Class: Google::Cloud::NetApp::V1::ListReplicationsResponse

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

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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::Array<::String>)

    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