public sealed class CreateVolumeRequest : IMessage<CreateVolumeRequest>, IEquatable<CreateVolumeRequest>, IDeepCloneable<CreateVolumeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class CreateVolumeRequest.
Message for creating a Volume
Implements
IMessageCreateVolumeRequest, IEquatableCreateVolumeRequest, IDeepCloneableCreateVolumeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.V1.dll
Constructors
CreateVolumeRequest()
public CreateVolumeRequest()
CreateVolumeRequest(CreateVolumeRequest)
public CreateVolumeRequest(CreateVolumeRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateVolumeRequest |
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 |
Volume
public Volume Volume { get; set; }
Required. The volume being created.
Property Value | |
---|---|
Type | Description |
Volume |
VolumeId
public string VolumeId { get; set; }
Required. Id of the requesting volume If auto-generating Id server-side, remove this field and Id from the method_signature of Create RPC
Property Value | |
---|---|
Type | Description |
string |