public static class ComputeEnumConstants.Instance.LocalSsdEncryptionModeReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.Instance.LocalSsdEncryptionMode.
Constants for wire representations of the Instance.Types.LocalSsdEncryptionMode enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
EphemeralKeyEncryption
public const string EphemeralKeyEncryption = "EPHEMERAL_KEY_ENCRYPTION"Wire representation of EphemeralKeyEncryption .
| Field Value | |
|---|---|
| Type | Description |
string |
|
StandardEncryption
public const string StandardEncryption = "STANDARD_ENCRYPTION"Wire representation of StandardEncryption .
| Field Value | |
|---|---|
| Type | Description |
string |
|
UndefinedLocalSsdEncryptionMode
public const string UndefinedLocalSsdEncryptionMode = "UNDEFINED_LOCAL_SSD_ENCRYPTION_MODE"Wire representation of UndefinedLocalSsdEncryptionMode .
| Field Value | |
|---|---|
| Type | Description |
string |
|
Unspecified
public const string Unspecified = "LOCAL_SSD_ENCRYPTION_MODE_UNSPECIFIED"Wire representation of Unspecified.
| Field Value | |
|---|---|
| Type | Description |
string |
|