Class: Google::Cloud::NetApp::V1::CreateStoragePoolRequest

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

CreateStoragePoolRequest creates a Storage Pool.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. Value for parent.

Returns:

  • (::String)

    Required. Value for parent.



82
83
84
85
# File 'proto_docs/google/cloud/netapp/v1/storage_pool.rb', line 82

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

#storage_pool::Google::Cloud::NetApp::V1::StoragePool

Returns Required. The required parameters to create a new storage pool.

Returns:



82
83
84
85
# File 'proto_docs/google/cloud/netapp/v1/storage_pool.rb', line 82

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

#storage_pool_id::String

Returns Required. Id of the requesting storage pool If auto-generating Id server-side, remove this field and id from the method_signature of Create RPC.

Returns:

  • (::String)

    Required. Id of the requesting storage pool If auto-generating Id server-side, remove this field and id from the method_signature of Create RPC



82
83
84
85
# File 'proto_docs/google/cloud/netapp/v1/storage_pool.rb', line 82

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