Compute Engine v1 API - Class ComputeEnumConstants.AttachedDiskInitializeParams.OnUpdateAction (2.4.0)

public static class OnUpdateAction

Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.AttachedDiskInitializeParams.OnUpdateAction.

Constants for wire representations of the AttachedDiskInitializeParams.Types.OnUpdateAction enum.

Inheritance

Object > ComputeEnumConstants.AttachedDiskInitializeParams.OnUpdateAction

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

RecreateDisk

public const string RecreateDisk = "RECREATE_DISK"

Wire representation of RecreateDisk.

Field Value
TypeDescription
String

RecreateDiskIfSourceChanged

public const string RecreateDiskIfSourceChanged = "RECREATE_DISK_IF_SOURCE_CHANGED"

Wire representation of RecreateDiskIfSourceChanged.

Field Value
TypeDescription
String

UndefinedOnUpdateAction

public const string UndefinedOnUpdateAction = "UNDEFINED_ON_UPDATE_ACTION"

Wire representation of UndefinedOnUpdateAction.

Field Value
TypeDescription
String

UseExistingDisk

public const string UseExistingDisk = "USE_EXISTING_DISK"

Wire representation of UseExistingDisk.

Field Value
TypeDescription
String