Class: Google::Cloud::NetApp::V1::ListStoragePoolsResponse

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

Instance Attribute Details

#next_page_token::String

Returns A token identifying a page of results the server should return.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::Array<::String>)

    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