Class: Google::Cloud::NetApp::V1::CreateStoragePoolRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::CreateStoragePoolRequest
- 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
-
#parent ⇒ ::String
Required.
-
#storage_pool ⇒ ::Google::Cloud::NetApp::V1::StoragePool
Required.
-
#storage_pool_id ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. Value for parent.
84 85 86 87 |
# File 'proto_docs/google/cloud/netapp/v1/storage_pool.rb', line 84 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.
84 85 86 87 |
# File 'proto_docs/google/cloud/netapp/v1/storage_pool.rb', line 84 class CreateStoragePoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#storage_pool_id ⇒ ::String
Returns Required. Id of the requesting storage pool. Must be unique within the parent resource. Must contain only letters, numbers, underscore and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.
84 85 86 87 |
# File 'proto_docs/google/cloud/netapp/v1/storage_pool.rb', line 84 class CreateStoragePoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |