public static class ComputeEnumConstants.LocationPolicyLocation.Preference
Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.LocationPolicyLocation.Preference.
Constants for wire representations of the LocationPolicyLocation.Types.Preference enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Allow
public const string Allow = "ALLOW"
Wire representation of Allow.
Field Value | |
---|---|
Type | Description |
string |
Deny
public const string Deny = "DENY"
Wire representation of Deny.
Field Value | |
---|---|
Type | Description |
string |
UndefinedPreference
public const string UndefinedPreference = "UNDEFINED_PREFERENCE"
Wire representation of UndefinedPreference.
Field Value | |
---|---|
Type | Description |
string |
Unspecified
public const string Unspecified = "PREFERENCE_UNSPECIFIED"
Wire representation of Unspecified.
Field Value | |
---|---|
Type | Description |
string |