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 If auto-generating Id server-side, remove this field and id from the method_signature of Create RPC
Property Value | |
---|---|
Type | Description |
string |