schedulingType property

String? schedulingType
getter/setter pair

The type of maintenance for the reservation. Possible string values are:

  • "GROUPED" : Maintenance on all reserved instances in the reservation is synchronized.
  • "GROUP_MAINTENANCE_TYPE_UNSPECIFIED" : Unknown maintenance type.
  • "INDEPENDENT" : Maintenance is not synchronized for this reservation. Instead, each instance has its own maintenance window.

Implementation

core.String? schedulingType;