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

public static class ComputeEnumConstants.AttachedDiskInitializeParams.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