public enum GroupMaintenanceInfo.SchedulingType extends Enum<GroupMaintenanceInfo.SchedulingType> implements ProtocolMessageEnum
The type of maintenance for the reservation.
Protobuf enum google.cloud.compute.v1.GroupMaintenanceInfo.SchedulingType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
GROUPED |
Maintenance on all reserved instances in the reservation is synchronized. |
GROUPED_VALUE |
Maintenance on all reserved instances in the reservation is synchronized. |
GROUP_MAINTENANCE_TYPE_UNSPECIFIED |
Unknown maintenance type. |
GROUP_MAINTENANCE_TYPE_UNSPECIFIED_VALUE |
Unknown maintenance type. |
INDEPENDENT |
Maintenance is not synchronized for this reservation. Instead, each instance has its own maintenance window. |
INDEPENDENT_VALUE |
Maintenance is not synchronized for this reservation. Instead, each instance has its own maintenance window. |
UNDEFINED_SCHEDULING_TYPE |
A value indicating that the enum field is not set. |
UNDEFINED_SCHEDULING_TYPE_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |