Enum Reservation.EarlyAccessMaintenance (1.101.0)

public enum Reservation.EarlyAccessMaintenance extends Enum<Reservation.EarlyAccessMaintenance> implements ProtocolMessageEnum

Indicates the early access maintenance for the reservation. If this field is absent or set to NO_EARLY_ACCESS, the reservation is not enrolled in early access maintenance and the standard notice applies.

Protobuf enum google.cloud.compute.v1.Reservation.EarlyAccessMaintenance

Implements

ProtocolMessageEnum

Static Fields

Name Description
NO_EARLY_ACCESS

No early access.

NO_EARLY_ACCESS = 220751774;

NO_EARLY_ACCESS_VALUE

No early access.

NO_EARLY_ACCESS = 220751774;

UNDEFINED_EARLY_ACCESS_MAINTENANCE

A value indicating that the enum field is not set.

UNDEFINED_EARLY_ACCESS_MAINTENANCE = 0;

UNDEFINED_EARLY_ACCESS_MAINTENANCE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_EARLY_ACCESS_MAINTENANCE = 0;

UNRECOGNIZED
WAVE1

Wave 1: Fastest notification period

WAVE1 = 82367576;

WAVE1_VALUE

Wave 1: Fastest notification period

WAVE1 = 82367576;

WAVE2

Wave 2: Medium notification period

WAVE2 = 82367577;

WAVE2_VALUE

Wave 2: Medium notification period

WAVE2 = 82367577;

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