public sealed class Volume.Types.SnapshotReservationDetail : IMessage<Volume.Types.SnapshotReservationDetail>, IEquatable<Volume.Types.SnapshotReservationDetail>, IDeepCloneable<Volume.Types.SnapshotReservationDetail>, IBufferMessage, IMessageReference documentation and code samples for the Bare Metal Solution v2 API class Volume.Types.SnapshotReservationDetail.
Details about snapshot space reservation and usage on the storage volume.
Implements
IMessageVolumeTypesSnapshotReservationDetail, IEquatableVolumeTypesSnapshotReservationDetail, IDeepCloneableVolumeTypesSnapshotReservationDetail, IBufferMessage, IMessageNamespace
Google.Cloud.BareMetalSolution.V2Assembly
Google.Cloud.BareMetalSolution.V2.dll
Constructors
SnapshotReservationDetail()
public SnapshotReservationDetail()SnapshotReservationDetail(SnapshotReservationDetail)
public SnapshotReservationDetail(Volume.Types.SnapshotReservationDetail other)| Parameter | |
|---|---|
| Name | Description |
other |
VolumeTypesSnapshotReservationDetail |
Properties
ReservedSpaceGib
public long ReservedSpaceGib { get; set; }The space on this storage volume reserved for snapshots, shown in GiB.
| Property Value | |
|---|---|
| Type | Description |
long |
|
ReservedSpacePercent
public int ReservedSpacePercent { get; set; }Percent of the total Volume size reserved for snapshot copies. Enabling snapshots requires reserving 20% or more of the storage volume space for snapshots. Maximum reserved space for snapshots is 40%. Setting this field will effectively set snapshot_enabled to true.
| Property Value | |
|---|---|
| Type | Description |
int |
|
ReservedSpaceRemainingGib
public long ReservedSpaceRemainingGib { get; set; }The amount, in GiB, of available space in this storage volume's reserved snapshot space.
| Property Value | |
|---|---|
| Type | Description |
long |
|
ReservedSpaceUsedPercent
public int ReservedSpaceUsedPercent { get; set; }The percent of snapshot space on this storage volume actually being used by the snapshot copies. This value might be higher than 100% if the snapshot copies have overflowed into the data portion of the storage volume.
| Property Value | |
|---|---|
| Type | Description |
int |
|