Interface VolumeOrBuilder (0.1.1)

public interface VolumeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAutoGrownSizeGib()

public abstract long getAutoGrownSizeGib()

The size, in GiB, that this storage volume has expanded as a result of an auto grow policy. In the absence of auto-grow, the value is 0.

int64 auto_grown_size_gib = 6;

Returns
TypeDescription
long

The autoGrownSizeGib.

getCurrentSizeGib()

public abstract long getCurrentSizeGib()

The current size of this storage volume, in GiB, including space reserved for snapshots. This size might be different than the requested size if the storage volume has been configured with auto grow or auto shrink.

int64 current_size_gib = 5;

Returns
TypeDescription
long

The currentSizeGib.

getName()

public abstract String getName()

Output only. The resource name of this Volume. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: projects/{project}/locations/{location}/volumes/{volume}

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. The resource name of this Volume. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: projects/{project}/locations/{location}/volumes/{volume}

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for name.

getRemainingSpaceGib()

public abstract long getRemainingSpaceGib()

The space remaining in the storage volume for new LUNs, in GiB, excluding space reserved for snapshots.

int64 remaining_space_gib = 7;

Returns
TypeDescription
long

The remainingSpaceGib.

getRequestedSizeGib()

public abstract long getRequestedSizeGib()

The requested size of this storage volume, in GiB.

int64 requested_size_gib = 4;

Returns
TypeDescription
long

The requestedSizeGib.

getSnapshotAutoDeleteBehavior()

public abstract Volume.SnapshotAutoDeleteBehavior getSnapshotAutoDeleteBehavior()

The behavior to use when snapshot reserved space is full.

.google.cloud.baremetalsolution.v2.Volume.SnapshotAutoDeleteBehavior snapshot_auto_delete_behavior = 9;

Returns
TypeDescription
Volume.SnapshotAutoDeleteBehavior

The snapshotAutoDeleteBehavior.

getSnapshotAutoDeleteBehaviorValue()

public abstract int getSnapshotAutoDeleteBehaviorValue()

The behavior to use when snapshot reserved space is full.

.google.cloud.baremetalsolution.v2.Volume.SnapshotAutoDeleteBehavior snapshot_auto_delete_behavior = 9;

Returns
TypeDescription
int

The enum numeric value on the wire for snapshotAutoDeleteBehavior.

getSnapshotReservationDetail()

public abstract Volume.SnapshotReservationDetail getSnapshotReservationDetail()

Details about snapshot space reservation and usage on the storage volume.

.google.cloud.baremetalsolution.v2.Volume.SnapshotReservationDetail snapshot_reservation_detail = 8;

Returns
TypeDescription
Volume.SnapshotReservationDetail

The snapshotReservationDetail.

getSnapshotReservationDetailOrBuilder()

public abstract Volume.SnapshotReservationDetailOrBuilder getSnapshotReservationDetailOrBuilder()

Details about snapshot space reservation and usage on the storage volume.

.google.cloud.baremetalsolution.v2.Volume.SnapshotReservationDetail snapshot_reservation_detail = 8;

Returns
TypeDescription
Volume.SnapshotReservationDetailOrBuilder

getSnapshotSchedulePolicy()

public abstract String getSnapshotSchedulePolicy()

The name of the snapshot schedule policy in use for this volume, if any.

string snapshot_schedule_policy = 10 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The snapshotSchedulePolicy.

getSnapshotSchedulePolicyBytes()

public abstract ByteString getSnapshotSchedulePolicyBytes()

The name of the snapshot schedule policy in use for this volume, if any.

string snapshot_schedule_policy = 10 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for snapshotSchedulePolicy.

getState()

public abstract Volume.State getState()

The state of this storage volume.

.google.cloud.baremetalsolution.v2.Volume.State state = 3;

Returns
TypeDescription
Volume.State

The state.

getStateValue()

public abstract int getStateValue()

The state of this storage volume.

.google.cloud.baremetalsolution.v2.Volume.State state = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for state.

getStorageType()

public abstract Volume.StorageType getStorageType()

The storage type for this volume.

.google.cloud.baremetalsolution.v2.Volume.StorageType storage_type = 2;

Returns
TypeDescription
Volume.StorageType

The storageType.

getStorageTypeValue()

public abstract int getStorageTypeValue()

The storage type for this volume.

.google.cloud.baremetalsolution.v2.Volume.StorageType storage_type = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for storageType.

hasSnapshotReservationDetail()

public abstract boolean hasSnapshotReservationDetail()

Details about snapshot space reservation and usage on the storage volume.

.google.cloud.baremetalsolution.v2.Volume.SnapshotReservationDetail snapshot_reservation_detail = 8;

Returns
TypeDescription
boolean

Whether the snapshotReservationDetail field is set.