Enum PublicDelegatedPrefix.Status (1.7.2)

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

[Output Only] The status of the public delegated prefix.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ANNOUNCED

ANNOUNCED = 365103355;

ANNOUNCED_VALUE

ANNOUNCED = 365103355;

DELETING

DELETING = 528602024;

DELETING_VALUE

DELETING = 528602024;

INITIALIZING

INITIALIZING = 306588749;

INITIALIZING_VALUE

INITIALIZING = 306588749;

READY_TO_ANNOUNCE

READY_TO_ANNOUNCE = 64641265;

READY_TO_ANNOUNCE_VALUE

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