public static enum GroupMaintenanceInfo.SchedulingType extends Enum<GroupMaintenanceInfo.SchedulingType> implements com.google.protobuf.ProtocolMessageEnum
The type of maintenance for the reservation.Protobuf enum
google.cloud.compute.v1.GroupMaintenanceInfo.SchedulingType| Enum Constant and Description |
|---|
GROUP_MAINTENANCE_TYPE_UNSPECIFIED
Unknown maintenance type.
|
GROUPED
Maintenance on all reserved instances in the reservation is synchronized.
|
INDEPENDENT
Maintenance is not synchronized for this reservation.
|
UNDEFINED_SCHEDULING_TYPE
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
GROUP_MAINTENANCE_TYPE_UNSPECIFIED_VALUE
Unknown maintenance type.
|
static int |
GROUPED_VALUE
Maintenance on all reserved instances in the reservation is synchronized.
|
static int |
INDEPENDENT_VALUE
Maintenance is not synchronized for this reservation.
|
static int |
UNDEFINED_SCHEDULING_TYPE_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static GroupMaintenanceInfo.SchedulingType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<GroupMaintenanceInfo.SchedulingType> |
internalGetValueMap() |
static GroupMaintenanceInfo.SchedulingType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static GroupMaintenanceInfo.SchedulingType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GroupMaintenanceInfo.SchedulingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupMaintenanceInfo.SchedulingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupMaintenanceInfo.SchedulingType UNDEFINED_SCHEDULING_TYPE
A value indicating that the enum field is not set.
UNDEFINED_SCHEDULING_TYPE = 0;public static final GroupMaintenanceInfo.SchedulingType GROUPED
Maintenance on all reserved instances in the reservation is synchronized.
GROUPED = 474540862;public static final GroupMaintenanceInfo.SchedulingType GROUP_MAINTENANCE_TYPE_UNSPECIFIED
Unknown maintenance type.
GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447183678;public static final GroupMaintenanceInfo.SchedulingType INDEPENDENT
Maintenance is not synchronized for this reservation. Instead, each instance has its own maintenance window.
INDEPENDENT = 127011674;public static final GroupMaintenanceInfo.SchedulingType UNRECOGNIZED
public static final int UNDEFINED_SCHEDULING_TYPE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_SCHEDULING_TYPE = 0;public static final int GROUPED_VALUE
Maintenance on all reserved instances in the reservation is synchronized.
GROUPED = 474540862;public static final int GROUP_MAINTENANCE_TYPE_UNSPECIFIED_VALUE
Unknown maintenance type.
GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447183678;public static final int INDEPENDENT_VALUE
Maintenance is not synchronized for this reservation. Instead, each instance has its own maintenance window.
INDEPENDENT = 127011674;public static GroupMaintenanceInfo.SchedulingType[] values()
for (GroupMaintenanceInfo.SchedulingType c : GroupMaintenanceInfo.SchedulingType.values()) System.out.println(c);
public static GroupMaintenanceInfo.SchedulingType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static GroupMaintenanceInfo.SchedulingType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static GroupMaintenanceInfo.SchedulingType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<GroupMaintenanceInfo.SchedulingType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static GroupMaintenanceInfo.SchedulingType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.