Enum GroupMaintenanceInfo.SchedulingType (1.73.0)

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

ProtocolMessageEnum

Static Fields

Name Description
GROUPED

Maintenance on all reserved instances in the reservation is synchronized.

GROUPED = 474540862;

GROUPED_VALUE

Maintenance on all reserved instances in the reservation is synchronized.

GROUPED = 474540862;

GROUP_MAINTENANCE_TYPE_UNSPECIFIED

Unknown maintenance type.

GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447183678;

GROUP_MAINTENANCE_TYPE_UNSPECIFIED_VALUE

Unknown maintenance type.

GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447183678;

INDEPENDENT

Maintenance is not synchronized for this reservation. Instead, each instance has its own maintenance window.

INDEPENDENT = 127011674;

INDEPENDENT_VALUE

Maintenance is not synchronized for this reservation. Instead, each instance has its own maintenance window.

INDEPENDENT = 127011674;

UNDEFINED_SCHEDULING_TYPE

A value indicating that the enum field is not set.

UNDEFINED_SCHEDULING_TYPE = 0;

UNDEFINED_SCHEDULING_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_SCHEDULING_TYPE = 0;

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()