NetApp v1 API - Class CreateStoragePoolRequest (1.0.0)

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.

Inheritance

object > CreateStoragePoolRequest

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

CreateStoragePoolRequest()

public CreateStoragePoolRequest()

CreateStoragePoolRequest(CreateStoragePoolRequest)

public CreateStoragePoolRequest(CreateStoragePoolRequest other)
Parameter
NameDescription
otherCreateStoragePoolRequest

Properties

Parent

public string Parent { get; set; }

Required. Value for parent.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

StoragePool

public StoragePool StoragePool { get; set; }

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

Property Value
TypeDescription
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
TypeDescription
string