AttachedDiskInitializeParamsOnUpdateAction

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

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): AttachedDiskInitializeParamsOnUpdateAction
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.

Properties

Link copied to clipboard
val javaValue: AttachedDiskInitializeParamsOnUpdateAction
Link copied to clipboard
Link copied to clipboard