public static class ComputeEnumConstants.Disk.AccessMode
Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.Disk.AccessMode.
Constants for wire representations of the Disk.Types.AccessMode enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
ReadOnlyMany
public const string ReadOnlyMany = "READ_ONLY_MANY"
Wire representation of ReadOnlyMany.
Field Value | |
---|---|
Type | Description |
string |
ReadWriteMany
public const string ReadWriteMany = "READ_WRITE_MANY"
Wire representation of ReadWriteMany.
Field Value | |
---|---|
Type | Description |
string |
ReadWriteSingle
public const string ReadWriteSingle = "READ_WRITE_SINGLE"
Wire representation of ReadWriteSingle.
Field Value | |
---|---|
Type | Description |
string |
UndefinedAccessMode
public const string UndefinedAccessMode = "UNDEFINED_ACCESS_MODE"
Wire representation of UndefinedAccessMode.
Field Value | |
---|---|
Type | Description |
string |