Class: Google::Cloud::NetApp::V1::ListReplicationsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::ListReplicationsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/replication.rb
Overview
ListReplications lists replications.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
List filter.
-
#order_by ⇒ ::String
Sort results.
-
#page_size ⇒ ::Integer
The maximum number of items to return.
-
#page_token ⇒ ::String
The next_page_token value to use if there are additional results to retrieve for this list request.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns List filter.
214 215 216 217 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 214 class ListReplicationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Sort results. Supported values are "name", "name desc" or "" (unsorted).
214 215 216 217 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 214 class ListReplicationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of items to return.
214 215 216 217 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 214 class ListReplicationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The next_page_token value to use if there are additional results to retrieve for this list request.
214 215 216 217 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 214 class ListReplicationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The volume for which to retrieve replication information,
in the format
projects/{project_id}/locations/{location}/volumes/{volume_id}
.
214 215 216 217 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 214 class ListReplicationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |