Attached Disk Initialize Params On Update Action
    enum AttachedDiskInitializeParamsOnUpdateAction : Enum<AttachedDiskInitializeParamsOnUpdateAction> , ConvertibleToJava<AttachedDiskInitializeParamsOnUpdateAction> 
Specifies which action to take on instance update with this disk. Default is to use the existing disk.
Entries
Link copied to clipboard
                Always recreate the disk.
Link copied to clipboard
                Recreate the disk if source (image, snapshot) of this disk is different from source of existing disk.
Link copied to clipboard
                Use the existing disk, this is the default behaviour.
Types
Functions
Link copied to clipboard
                Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
                Returns an array containing the constants of this enum type, in the order they're declared.