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