Reference documentation and code samples for the Compute V1 Client class Type.
Specifies the type of the attached disk, either SCRATCH or PERSISTENT.
Protobuf type google.cloud.compute.v1.SavedAttachedDisk.Type
Namespace
Google \ Cloud \ Compute \ V1 \ SavedAttachedDiskMethods
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;