Compute Engine v1 API - Enum AttachedDiskInitializeParams.Types.OnUpdateAction (2.15.0)

public enum AttachedDiskInitializeParams.Types.OnUpdateAction

Reference documentation and code samples for the Compute Engine v1 API enum AttachedDiskInitializeParams.Types.OnUpdateAction.

Specifies which action to take on instance update with this disk. Default is to use the existing disk.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
RecreateDisk

Always recreate the disk.

RecreateDiskIfSourceChanged

Recreate the disk if source (image, snapshot) of this disk is different from source of existing disk.

UndefinedOnUpdateAction

A value indicating that the enum field is not set.

UseExistingDisk

Use the existing disk, this is the default behaviour.