Enum UpcomingMaintenance.Type (1.82.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

Name Description
MULTIPLE

Multiple maintenance types in one window. This is only intended to be used for groups.

MULTIPLE = 362714640;

MULTIPLE_VALUE

Multiple maintenance types in one window. This is only intended to be used for groups.

MULTIPLE = 362714640;

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

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