Class: Google::Cloud::CloudDMS::V1::FetchStaticIpsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::FetchStaticIpsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms.rb
Overview
Response message for a 'FetchStaticIps' request.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token that can be sent as
page_token
to retrieve the next page. -
#static_ips ⇒ ::Array<::String>
List of static IPs.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token that can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
1100 1101 1102 1103 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 1100 class FetchStaticIpsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#static_ips ⇒ ::Array<::String>
Returns List of static IPs.
1100 1101 1102 1103 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 1100 class FetchStaticIpsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |