Class: Google::Cloud::NetApp::V1::ListReplicationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::ListReplicationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/replication.rb
Overview
ListReplicationsResponse is the result of ListReplicationsRequest.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The token you can use to retrieve the next page of results.
-
#replications ⇒ ::Array<::Google::Cloud::NetApp::V1::Replication>
A list of replications in the project for the specified volume.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.
230 231 232 233 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 230 class ListReplicationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#replications ⇒ ::Array<::Google::Cloud::NetApp::V1::Replication>
Returns A list of replications in the project for the specified volume.
230 231 232 233 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 230 class ListReplicationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
230 231 232 233 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 230 class ListReplicationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |