NetApp v1 API - Class DestinationVolumeParameters (1.0.0)

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.

Inheritance

object > DestinationVolumeParameters

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

DestinationVolumeParameters()

public DestinationVolumeParameters()

DestinationVolumeParameters(DestinationVolumeParameters)

public DestinationVolumeParameters(DestinationVolumeParameters other)
Parameter
NameDescription
otherDestinationVolumeParameters

Properties

Description

public string Description { get; set; }

Description for the destination volume.

Property Value
TypeDescription
string

HasDescription

public bool HasDescription { get; }

Gets whether the "description" field is set

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

StoragePool

public string StoragePool { get; set; }

Required. Existing destination StoragePool name.

Property Value
TypeDescription
string

StoragePoolAsStoragePoolName

public StoragePoolName StoragePoolAsStoragePoolName { get; set; }

StoragePoolName-typed view over the StoragePool resource name property.

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