Class ComputeEnumConstants.SavedAttachedDisk.Mode (1.3.0)

public static class Mode

Constants for wire representations of the SavedAttachedDisk.Types.Mode enum.

Inheritance

Object > ComputeEnumConstants.SavedAttachedDisk.Mode

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

ReadOnly

public const string ReadOnly = "READ_ONLY"

Wire representation of ReadOnly.

Field Value
TypeDescription
String

ReadWrite

public const string ReadWrite = "READ_WRITE"

Wire representation of ReadWrite.

Field Value
TypeDescription
String

UndefinedMode

public const string UndefinedMode = "UNDEFINED_MODE"

Wire representation of UndefinedMode.

Field Value
TypeDescription
String