public sealed class DestinationVolumeParameters : IMessage<DestinationVolumeParameters>, IEquatable<DestinationVolumeParameters>, IDeepCloneable<DestinationVolumeParameters>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class DestinationVolumeParameters.
DestinationVolumeParameters specify input parameters used for creating destination volume.
Implements
IMessageDestinationVolumeParameters, IEquatableDestinationVolumeParameters, IDeepCloneableDestinationVolumeParameters, IBufferMessage, IMessageNamespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.V1.dll
Constructors
DestinationVolumeParameters()
public DestinationVolumeParameters()
DestinationVolumeParameters(DestinationVolumeParameters)
public DestinationVolumeParameters(DestinationVolumeParameters other)
Parameter | |
---|---|
Name | Description |
other | DestinationVolumeParameters |
Properties
Description
public string Description { get; set; }
Description for the destination volume.
Property Value | |
---|---|
Type | Description |
string |
HasDescription
public bool HasDescription { get; }
Gets whether the "description" field is set
Property Value | |
---|---|
Type | Description |
bool |
ShareName
public string ShareName { get; set; }
Destination volume's share name. If not specified, source volume's share name will be used.
Property Value | |
---|---|
Type | Description |
string |
StoragePool
public string StoragePool { get; set; }
Required. Existing destination StoragePool name.
Property Value | |
---|---|
Type | Description |
string |
StoragePoolAsStoragePoolName
public StoragePoolName StoragePoolAsStoragePoolName { get; set; }
StoragePoolName-typed view over the StoragePool resource name property.
Property Value | |
---|---|
Type | Description |
StoragePoolName |
VolumeId
public string VolumeId { get; set; }
Desired destination volume resource id. If not specified, source volume's resource id will be used. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
Property Value | |
---|---|
Type | Description |
string |