Class: Google::Cloud::CloudDMS::V1::FetchStaticIpsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::FetchStaticIpsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms.rb
Overview
Request message for 'FetchStaticIps' request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#page_size ⇒ ::Integer
Maximum number of IPs to return.
-
#page_token ⇒ ::String
A page token, received from a previous
FetchStaticIps
call.
Instance Attribute Details
#name ⇒ ::String
Required. The resource name for the location for which static IPs should be
returned. Must be in the format projects/*/locations/*
.
1087 1088 1089 1090 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 1087 class FetchStaticIpsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Maximum number of IPs to return.
1087 1088 1089 1090 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 1087 class FetchStaticIpsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A page token, received from a previous FetchStaticIps
call.
1087 1088 1089 1090 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 1087 class FetchStaticIpsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |