Enum UpcomingMaintenance.Type (1.51.0)

public enum UpcomingMaintenance.Type extends Enum<UpcomingMaintenance.Type> implements ProtocolMessageEnum

Defines the type of maintenance.

Protobuf enum google.cloud.compute.v1.UpcomingMaintenance.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
SCHEDULED

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

SCHEDULED = 478400653;

SCHEDULED_VALUE

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

SCHEDULED = 478400653;

UNDEFINED_TYPE

A value indicating that the enum field is not set.

UNDEFINED_TYPE = 0;

UNDEFINED_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_TYPE = 0;

UNKNOWN_TYPE

No type specified. Do not use this value.

UNKNOWN_TYPE = 490705455;

UNKNOWN_TYPE_VALUE

No type specified. Do not use this value.

UNKNOWN_TYPE = 490705455;

UNRECOGNIZED
UNSCHEDULED

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

UNSCHEDULED = 450077204;

UNSCHEDULED_VALUE

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

UNSCHEDULED = 450077204;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()