Reference documentation and code samples for the NetApp V1 API class Google::Cloud::NetApp::V1::CreateStoragePoolRequest.
CreateStoragePoolRequest creates a Storage Pool.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
    Returns
    
  - (::String) — Required. Value for parent.
#parent=
def parent=(value) -> ::String
    Parameter
    
  - value (::String) — Required. Value for parent.
    Returns
    
  - (::String) — Required. Value for parent.
#storage_pool
def storage_pool() -> ::Google::Cloud::NetApp::V1::StoragePool
    Returns
    
  - (::Google::Cloud::NetApp::V1::StoragePool) — Required. The required parameters to create a new storage pool.
#storage_pool=
def storage_pool=(value) -> ::Google::Cloud::NetApp::V1::StoragePool
    Parameter
    
  - value (::Google::Cloud::NetApp::V1::StoragePool) — Required. The required parameters to create a new storage pool.
    Returns
    
  - (::Google::Cloud::NetApp::V1::StoragePool) — Required. The required parameters to create a new storage pool.
#storage_pool_id
def storage_pool_id() -> ::String
    Returns
    
  - (::String) — Required. Id of the requesting storage pool. Must be unique within the parent resource. Must contain only letters, numbers and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.
#storage_pool_id=
def storage_pool_id=(value) -> ::String
    Parameter
    
  - value (::String) — Required. Id of the requesting storage pool. Must be unique within the parent resource. Must contain only letters, numbers and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.
    Returns
    
- (::String) — Required. Id of the requesting storage pool. Must be unique within the parent resource. Must contain only letters, numbers and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.