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.
Namespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.V1.dll
Constructors
Snapshot()
public Snapshot()
Snapshot(Snapshot)
public Snapshot(Snapshot other)
Parameter | |
---|---|
Name | Description |
other |
Snapshot |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time when the snapshot was created.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
Labels
public MapField<string, string> Labels { get; }
Resource labels to represent user provided metadata.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
SnapshotName
public SnapshotName SnapshotName { get; set; }
SnapshotName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
SnapshotName |
State
public Snapshot.Types.State State { get; set; }
Output only. The snapshot state.
Property Value | |
---|---|
Type | Description |
SnapshotTypesState |
StateDetails
public string StateDetails { get; set; }
Output only. State details of the storage pool
Property Value | |
---|---|
Type | Description |
string |
UsedBytes
public double UsedBytes { get; set; }
Output only. Current storage usage for the snapshot in bytes.
Property Value | |
---|---|
Type | Description |
double |