public enum UpcomingMaintenance.MaintenanceType extends Enum<UpcomingMaintenance.MaintenanceType> implements ProtocolMessageEnum
The type of maintenance for this notification.
Protobuf enum google.cloud.tpu.v2alpha1.UpcomingMaintenance.MaintenanceType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
SCHEDULED |
Scheduled maintenance (e.g. maintenance after uptime guarantee is complete). |
SCHEDULED_VALUE |
Scheduled maintenance (e.g. maintenance after uptime guarantee is complete). |
UNKNOWN_TYPE |
No type specified. Do not use this value. |
UNKNOWN_TYPE_VALUE |
No type specified. Do not use this value. |
UNRECOGNIZED |
|
UNSCHEDULED |
Unscheduled maintenance (e.g. emergency maintenance during uptime guarantee). |
UNSCHEDULED_VALUE |
Unscheduled maintenance (e.g. emergency maintenance during uptime guarantee). |
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() |