Class: Google::Cloud::NetApp::V1::GetStoragePoolRequest

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

GetStoragePoolRequest gets a Storage Pool.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the storage pool.

Returns:

  • (::String)

    Required. Name of the storage pool



28
29
30
31
# File 'proto_docs/google/cloud/netapp/v1/storage_pool.rb', line 28

class GetStoragePoolRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end