Class: Google::Cloud::NetApp::V1::ListStoragePoolsRequest

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

ListStoragePoolsRequest lists Storage Pools.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. List filter.

Returns:

  • (::String)

    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).

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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