Reference documentation and code samples for the Compute V1 Client class OnUpdateAction.
Specifies which action to take on instance update with this disk. Default is to use the existing disk.
Protobuf type google.cloud.compute.v1.AttachedDiskInitializeParams.OnUpdateAction
Namespace
Google \ Cloud \ Compute \ V1 \ AttachedDiskInitializeParamsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_ON_UPDATE_ACTION
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_ON_UPDATE_ACTION = 0;
RECREATE_DISK
Value: 494767853
Always recreate the disk.
Generated from protobuf enum RECREATE_DISK = 494767853;
RECREATE_DISK_IF_SOURCE_CHANGED
Value: 398099712
Recreate the disk if source (image, snapshot) of this disk is different from source of existing disk.
Generated from protobuf enum RECREATE_DISK_IF_SOURCE_CHANGED = 398099712;
USE_EXISTING_DISK
Value: 232682233
Use the existing disk, this is the default behaviour.
Generated from protobuf enum USE_EXISTING_DISK = 232682233;