Compute V1 Client - Class SavedState (2.0.0)

Reference documentation and code samples for the Compute V1 Client class SavedState.

For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this field is set to PRESERVED if the LocalSSD data has been saved to a persistent location by customer request. (see the discard_local_ssd option on Stop/Suspend). Read-only in the api.

Protobuf type google.cloud.compute.v1.AttachedDisk.SavedState

Namespace

Google \ Cloud \ Compute \ V1 \ AttachedDisk

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_SAVED_STATE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_SAVED_STATE = 0;

DISK_SAVED_STATE_UNSPECIFIED

Value: 391290831

[Default] Disk state has not been preserved.

Generated from protobuf enum DISK_SAVED_STATE_UNSPECIFIED = 391290831;

PRESERVED

Value: 254159736

Disk state has been preserved.

Generated from protobuf enum PRESERVED = 254159736;