public sealed class CreateStoragePoolRequest : IMessage<CreateStoragePoolRequest>, IEquatable<CreateStoragePoolRequest>, IDeepCloneable<CreateStoragePoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class CreateStoragePoolRequest.
CreateStoragePoolRequest creates a Storage Pool.
Implements
IMessageCreateStoragePoolRequest, IEquatableCreateStoragePoolRequest, IDeepCloneableCreateStoragePoolRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.V1.dll
Constructors
CreateStoragePoolRequest()
public CreateStoragePoolRequest()
CreateStoragePoolRequest(CreateStoragePoolRequest)
public CreateStoragePoolRequest(CreateStoragePoolRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateStoragePoolRequest |
Properties
Parent
public string Parent { get; set; }
Required. Value for parent.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
StoragePool
public StoragePool StoragePool { get; set; }
Required. The required parameters to create a new storage pool.
Property Value | |
---|---|
Type | Description |
StoragePool |
StoragePoolId
public string StoragePoolId { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |