NetApp v1 API - Class Snapshot (1.0.0)

public sealed class Snapshot : IMessage<Snapshot>, IEquatable<Snapshot>, IDeepCloneable<Snapshot>, IBufferMessage, IMessage

Reference documentation and code samples for the NetApp v1 API class Snapshot.

Snapshot is a point-in-time version of a Volume's content.

Inheritance

object > Snapshot

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

Snapshot()

public Snapshot()

Snapshot(Snapshot)

public Snapshot(Snapshot other)
Parameter
NameDescription
otherSnapshot

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time when the snapshot was created.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

A description of the snapshot with 2048 characters or less. Requests with longer descriptions will be rejected.

Property Value
TypeDescription
string

Labels

public MapField<string, string> Labels { get; }

Resource labels to represent user provided metadata.

Property Value
TypeDescription
MapFieldstringstring

Name

public string Name { get; set; }

Identifier. The resource name of the snapshot. Format: projects/{project_id}/locations/{location}/volumes/{volume_id}/snapshots/{snapshot_id}.

Property Value
TypeDescription
string

SnapshotName

public SnapshotName SnapshotName { get; set; }

SnapshotName-typed view over the Name resource name property.

Property Value
TypeDescription
SnapshotName

State

public Snapshot.Types.State State { get; set; }

Output only. The snapshot state.

Property Value
TypeDescription
SnapshotTypesState

StateDetails

public string StateDetails { get; set; }

Output only. State details of the storage pool

Property Value
TypeDescription
string

UsedBytes

public double UsedBytes { get; set; }

Output only. Current storage usage for the snapshot in bytes.

Property Value
TypeDescription
double