Enum UpcomingMaintenance.MaintenanceType (2.58.0)

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

ProtocolMessageEnum

Static Fields

Name Description
SCHEDULED

Scheduled maintenance (e.g. maintenance after uptime guarantee is complete).

SCHEDULED = 1;

SCHEDULED_VALUE

Scheduled maintenance (e.g. maintenance after uptime guarantee is complete).

SCHEDULED = 1;

UNKNOWN_TYPE

No type specified. Do not use this value.

UNKNOWN_TYPE = 0;

UNKNOWN_TYPE_VALUE

No type specified. Do not use this value.

UNKNOWN_TYPE = 0;

UNRECOGNIZED
UNSCHEDULED

Unscheduled maintenance (e.g. emergency maintenance during uptime guarantee).

UNSCHEDULED = 2;

UNSCHEDULED_VALUE

Unscheduled maintenance (e.g. emergency maintenance during uptime guarantee).

UNSCHEDULED = 2;

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