public static class ComputeEnumConstants.GroupMaintenanceInfo.SchedulingType
Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.GroupMaintenanceInfo.SchedulingType.
Constants for wire representations of the GroupMaintenanceInfo.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 |