Show / Hide Table of Contents

Class DestinationVolumeParameters

DestinationVolumeParameters specify input parameters used for creating destination volume.

Inheritance
object
DestinationVolumeParameters
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetAppFiles.v1beta1.Data
Assembly: Google.Apis.NetAppFiles.v1beta1.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

TieringPolicy

Optional. Tiering policy for the volume.

Declaration
[JsonProperty("tieringPolicy")]
public virtual TieringPolicy TieringPolicy { get; set; }
Property Value
Type Description
TieringPolicy

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX