Class: Google::Cloud::NetApp::V1::ListStoragePoolsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::ListStoragePoolsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/storage_pool.rb
Overview
ListStoragePoolsResponse is the response to a ListStoragePoolsRequest.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#storage_pools ⇒ ::Array<::Google::Cloud::NetApp::V1::StoragePool>
The list of StoragePools.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
66 67 68 69 |
# File 'proto_docs/google/cloud/netapp/v1/storage_pool.rb', line 66 class ListStoragePoolsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#storage_pools ⇒ ::Array<::Google::Cloud::NetApp::V1::StoragePool>
Returns The list of StoragePools.
66 67 68 69 |
# File 'proto_docs/google/cloud/netapp/v1/storage_pool.rb', line 66 class ListStoragePoolsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
66 67 68 69 |
# File 'proto_docs/google/cloud/netapp/v1/storage_pool.rb', line 66 class ListStoragePoolsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |