Reference documentation and code samples for the Compute V1 Client class Type.
Defines the type of maintenance.
Protobuf type google.cloud.compute.v1.UpcomingMaintenance.Type
Namespace
Google \ Cloud \ Compute \ V1 \ UpcomingMaintenanceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_TYPE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_TYPE = 0;
MULTIPLE
Value: 362714640
Multiple maintenance types in one window. This is only intended to be used for groups.
Generated from protobuf enum MULTIPLE = 362714640;
SCHEDULED
Value: 478400653
Scheduled maintenance (e.g. maintenance after uptime guarantee is complete).
Generated from protobuf enum SCHEDULED = 478400653;
UNKNOWN_TYPE
Value: 490705455
No type specified. Do not use this value.
Generated from protobuf enum UNKNOWN_TYPE = 490705455;
UNSCHEDULED
Value: 450077204
Unscheduled maintenance (e.g. emergency maintenance during uptime guarantee).
Generated from protobuf enum UNSCHEDULED = 450077204;