Compute V1 Client - Class Type (2.3.0)

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

Specifies the type of the attached disk, either SCRATCH orPERSISTENT.

Protobuf type google.cloud.compute.v1.SavedAttachedDisk.Type

Namespace

Google \ Cloud \ Compute \ V1 \ SavedAttachedDisk

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_TYPE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_TYPE = 0;

PERSISTENT

Value: 460683927

Generated from protobuf enum PERSISTENT = 460683927;

SCRATCH

Value: 496778970

Generated from protobuf enum SCRATCH = 496778970;