public static class ComputeEnumConstants.UpcomingMaintenance.MaintenanceStatusReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.UpcomingMaintenance.MaintenanceStatus.
Constants for wire representations of the UpcomingMaintenance.Types.MaintenanceStatus enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Ongoing
public const string Ongoing = "ONGOING"Wire representation of Ongoing.
| Field Value | |
|---|---|
| Type | Description |
string |
|
Pending
public const string Pending = "PENDING"Wire representation of Pending.
| Field Value | |
|---|---|
| Type | Description |
string |
|
UndefinedMaintenanceStatus
public const string UndefinedMaintenanceStatus = "UNDEFINED_MAINTENANCE_STATUS"Wire representation of UndefinedMaintenanceStatus .
| Field Value | |
|---|---|
| Type | Description |
string |
|
Unknown
public const string Unknown = "UNKNOWN"Wire representation of Unknown.
| Field Value | |
|---|---|
| Type | Description |
string |
|