Class CloneDetails
Details about a clone volume.
Implements
Inherited Members
Namespace: Google.Apis.NetAppFiles.v1beta1.Data
Assembly: Google.Apis.NetAppFiles.v1beta1.dll
Syntax
public class CloneDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SharedSpaceGib
Output only. Shared space in GiB. Determined at volume creation time based on size of source snapshot.
Declaration
[JsonProperty("sharedSpaceGib")]
public virtual long? SharedSpaceGib { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
SourceSnapshot
Output only. Specifies the full resource name of the source snapshot from which this volume was cloned. Format: projects/{project}/locations/{location}/volumes/{volume}/snapshots/{snapshot}
Declaration
[JsonProperty("sourceSnapshot")]
public virtual string SourceSnapshot { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceVolume
Output only. Full name of the source volume resource. Format: projects/{project}/locations/{location}/volumes/{volume}
Declaration
[JsonProperty("sourceVolume")]
public virtual string SourceVolume { get; set; }
Property Value
| Type | Description |
|---|---|
| string |