Enum PublicDelegatedPrefix.Status (1.30.0)

public enum PublicDelegatedPrefix.Status extends Enum<PublicDelegatedPrefix.Status> implements ProtocolMessageEnum

[Output Only] The status of the public delegated prefix, which can be one of following values: - INITIALIZING The public delegated prefix is being initialized and addresses cannot be created yet. - READY_TO_ANNOUNCE The public delegated prefix is a live migration prefix and is active. - ANNOUNCED The public delegated prefix is active. - DELETING The public delegated prefix is being deprovsioned.

Protobuf enum google.cloud.compute.v1.PublicDelegatedPrefix.Status

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ANNOUNCED

The public delegated prefix is active.

ANNOUNCED = 365103355;

ANNOUNCED_VALUE

The public delegated prefix is active.

ANNOUNCED = 365103355;

DELETING

The public delegated prefix is being deprovsioned.

DELETING = 528602024;

DELETING_VALUE

The public delegated prefix is being deprovsioned.

DELETING = 528602024;

INITIALIZING

The public delegated prefix is being initialized and addresses cannot be created yet.

INITIALIZING = 306588749;

INITIALIZING_VALUE

The public delegated prefix is being initialized and addresses cannot be created yet.

INITIALIZING = 306588749;

READY_TO_ANNOUNCE

The public delegated prefix is currently withdrawn but ready to be announced.

READY_TO_ANNOUNCE = 64641265;

READY_TO_ANNOUNCE_VALUE

The public delegated prefix is currently withdrawn but ready to be announced.

READY_TO_ANNOUNCE = 64641265;

UNDEFINED_STATUS

A value indicating that the enum field is not set.

UNDEFINED_STATUS = 0;

UNDEFINED_STATUS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_STATUS = 0;

UNRECOGNIZED

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