Compute Engine v1 API - Class ComputeEnumConstants.Backend.Preference (2.16.0)

public static class ComputeEnumConstants.Backend.Preference

Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.Backend.Preference.

Constants for wire representations of the Backend.Types.Preference enum.

Inheritance

object > ComputeEnumConstants.Backend.Preference

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Default

public const string Default = "DEFAULT"

Wire representation of Default.

Field Value
Type Description
string

Preferred

public const string Preferred = "PREFERRED"

Wire representation of Preferred.

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