Class DestinationVolumeParameters
DestinationVolumeParameters specify input parameters used for creating destination volume.
Implements
Inherited Members
Namespace: Google.Apis.NetAppFiles.v1.Data
Assembly: Google.Apis.NetAppFiles.v1.dll
Syntax
public class DestinationVolumeParameters : IDirectResponseSchema
Properties
Description
Description for the destination volume.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ShareName
Destination volume's share name. If not specified, source volume's share name will be used.
Declaration
[JsonProperty("shareName")]
public virtual string ShareName { get; set; }
Property Value
Type | Description |
---|---|
string |
StoragePool
Required. Existing destination StoragePool name.
Declaration
[JsonProperty("storagePool")]
public virtual string StoragePool { get; set; }
Property Value
Type | Description |
---|---|
string |
VolumeId
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.
Declaration
[JsonProperty("volumeId")]
public virtual string VolumeId { get; set; }
Property Value
Type | Description |
---|---|
string |