Reference documentation and code samples for the Compute V1 Client class SchedulingType.
The type of maintenance for the reservation.
Protobuf type google.cloud.compute.v1.Reservation.SchedulingType
Namespace
Google \ Cloud \ Compute \ V1 \ ReservationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_SCHEDULING_TYPE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_SCHEDULING_TYPE = 0;
GROUPED
Value: 474540862
Maintenance on all reserved instances in the reservation is synchronized.
Generated from protobuf enum GROUPED = 474540862;
GROUP_MAINTENANCE_TYPE_UNSPECIFIED
Value: 447183678
Unknown maintenance type.
Generated from protobuf enum GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447183678;
INDEPENDENT
Value: 127011674
Maintenance is not synchronized for this reservation. Instead, each instance has its own maintenance window.
Generated from protobuf enum INDEPENDENT = 127011674;