public static class ComputeEnumConstants.Scheduling.ProvisioningModel
Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.Scheduling.ProvisioningModel.
Constants for wire representations of the Scheduling.Types.ProvisioningModel enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
ReservationBound
public const string ReservationBound = "RESERVATION_BOUND"
Wire representation of ReservationBound.
Field Value | |
---|---|
Type | Description |
string |
Spot
public const string Spot = "SPOT"
Wire representation of Spot.
Field Value | |
---|---|
Type | Description |
string |
Standard
public const string Standard = "STANDARD"
Wire representation of Standard.
Field Value | |
---|---|
Type | Description |
string |
UndefinedProvisioningModel
public const string UndefinedProvisioningModel = "UNDEFINED_PROVISIONING_MODEL"
Wire representation of UndefinedProvisioningModel .
Field Value | |
---|---|
Type | Description |
string |