public static class OnUpdateAction
Constants for wire representations of the AttachedDiskInitializeParams.Types.OnUpdateAction enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
RecreateDisk
public const string RecreateDisk = "RECREATE_DISK"
Wire representation of RecreateDisk.
Field Value | |
---|---|
Type | Description |
String |
RecreateDiskIfSourceChanged
public const string RecreateDiskIfSourceChanged = "RECREATE_DISK_IF_SOURCE_CHANGED"
Wire representation of RecreateDiskIfSourceChanged.
Field Value | |
---|---|
Type | Description |
String |
UndefinedOnUpdateAction
public const string UndefinedOnUpdateAction = "UNDEFINED_ON_UPDATE_ACTION"
Wire representation of UndefinedOnUpdateAction.
Field Value | |
---|---|
Type | Description |
String |
UseExistingDisk
public const string UseExistingDisk = "USE_EXISTING_DISK"
Wire representation of UseExistingDisk.
Field Value | |
---|---|
Type | Description |
String |