Class: Google::Cloud::CloudDMS::V1::FetchStaticIpsRequest

Inherits:
Object
  • Object
show all
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

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/*.

Returns:

  • (::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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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