public static class ComputeEnumConstants.SnapshotSettingsStorageLocationSettings.PolicyReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.SnapshotSettingsStorageLocationSettings.Policy.
Constants for wire representations of the SnapshotSettingsStorageLocationSettings.Types.Policy enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
LocalRegion
public const string LocalRegion = "LOCAL_REGION"Wire representation of LocalRegion .
| Field Value | |
|---|---|
| Type | Description |
string |
|
NearestMultiRegion
public const string NearestMultiRegion = "NEAREST_MULTI_REGION"Wire representation of NearestMultiRegion .
| Field Value | |
|---|---|
| Type | Description |
string |
|
SpecificLocations
public const string SpecificLocations = "SPECIFIC_LOCATIONS"Wire representation of SpecificLocations .
| Field Value | |
|---|---|
| Type | Description |
string |
|
StorageLocationPolicyUnspecified
public const string StorageLocationPolicyUnspecified = "STORAGE_LOCATION_POLICY_UNSPECIFIED"Wire representation of StorageLocationPolicyUnspecified .
| Field Value | |
|---|---|
| Type | Description |
string |
|
UndefinedPolicy
public const string UndefinedPolicy = "UNDEFINED_POLICY"Wire representation of UndefinedPolicy .
| Field Value | |
|---|---|
| Type | Description |
string |
|