Compute V1 Client - Class AutoDelete (2.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Compute V1 Client class AutoDelete.
These stateful disks will never be deleted during autohealing,
update, instance recreate operations. This flag is used to configure
if the disk should be deleted after it is no longer used by the group,
e.g. when the given instance or the whole MIG is deleted.
Note: disks attached in READ_ONLY mode cannot be
auto-deleted.
Protobuf type google.cloud.compute.v1.PreservedStatePreservedDisk.AutoDelete
Namespace
Google \ Cloud \ Compute \ V1 \ PreservedStatePreservedDisk
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
UNDEFINED_AUTO_DELETE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_AUTO_DELETE = 0;
NEVER
Value: 74175084
Generated from protobuf enum NEVER = 74175084;
ON_PERMANENT_INSTANCE_DELETION
Value: 95727719
Generated from protobuf enum ON_PERMANENT_INSTANCE_DELETION = 95727719;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-19 UTC."],[],[]]