Class: Google::Cloud::NetApp::V1::ListStoragePoolsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::ListStoragePoolsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/storage_pool.rb
Overview
ListStoragePoolsRequest lists Storage Pools.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. List filter.
51 52 53 54 |
# File 'proto_docs/google/cloud/netapp/v1/storage_pool.rb', line 51 class ListStoragePoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. Sort results. Supported values are "name", "name desc" or "" (unsorted).
51 52 53 54 |
# File 'proto_docs/google/cloud/netapp/v1/storage_pool.rb', line 51 class ListStoragePoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. The maximum number of items to return.
51 52 53 54 |
# File 'proto_docs/google/cloud/netapp/v1/storage_pool.rb', line 51 class ListStoragePoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. The next_page_token value to use if there are additional results to retrieve for this list request.
51 52 53 54 |
# File 'proto_docs/google/cloud/netapp/v1/storage_pool.rb', line 51 class ListStoragePoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Parent value.
51 52 53 54 |
# File 'proto_docs/google/cloud/netapp/v1/storage_pool.rb', line 51 class ListStoragePoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |