public static class ComputeEnumConstants.Reservation.SchedulingType
Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.Reservation.SchedulingType.
Constants for wire representations of the Reservation.Types.SchedulingType enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
GroupMaintenanceTypeUnspecified
public const string GroupMaintenanceTypeUnspecified = "GROUP_MAINTENANCE_TYPE_UNSPECIFIED"
Wire representation of GroupMaintenanceTypeUnspecified .
Field Value | |
---|---|
Type | Description |
string |
Grouped
public const string Grouped = "GROUPED"
Wire representation of Grouped.
Field Value | |
---|---|
Type | Description |
string |
Independent
public const string Independent = "INDEPENDENT"
Wire representation of Independent.
Field Value | |
---|---|
Type | Description |
string |
UndefinedSchedulingType
public const string UndefinedSchedulingType = "UNDEFINED_SCHEDULING_TYPE"
Wire representation of UndefinedSchedulingType .
Field Value | |
---|---|
Type | Description |
string |