Reference documentation and code samples for the Compute V1 Client class MaintenanceStatus.
Protobuf type google.cloud.compute.v1.UpcomingMaintenance.MaintenanceStatus
Namespace
Google \ Cloud \ Compute \ V1 \ UpcomingMaintenanceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_MAINTENANCE_STATUS
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_MAINTENANCE_STATUS = 0;
ONGOING
Value: 473158491
There is ongoing maintenance on this VM.
Generated from protobuf enum ONGOING = 473158491;
PENDING
Value: 35394935
There is pending maintenance.
Generated from protobuf enum PENDING = 35394935;
UNKNOWN
Value: 433141802
Unknown maintenance status. Do not use this value.
Generated from protobuf enum UNKNOWN = 433141802;