Enum PublicDelegatedPrefix.Status (1.91.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:

  - <code>INITIALIZING</code> The public delegated prefix is being initialized and
  addresses cannot be created yet.
  - <code>READY_TO_ANNOUNCE</code> The public delegated prefix is a live migration
  prefix and is active.
  - <code>ANNOUNCED</code> The public delegated prefix is announced and ready to
  use.
  - <code>DELETING</code> The public delegated prefix is being deprovsioned.
  - <code>ACTIVE</code> The public delegated prefix is ready to use.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The public delegated prefix is ready to use.

ACTIVE = 314733318;

ACTIVE_VALUE

The public delegated prefix is ready to use.

ACTIVE = 314733318;

ANNOUNCED

The public delegated prefix is announced and ready to use.

ANNOUNCED = 365103355;

ANNOUNCED_TO_GOOGLE

The prefix is announced within Google network.

ANNOUNCED_TO_GOOGLE = 454875705;

ANNOUNCED_TO_GOOGLE_VALUE

The prefix is announced within Google network.

ANNOUNCED_TO_GOOGLE = 454875705;

ANNOUNCED_TO_INTERNET

The prefix is announced to Internet and within Google.

ANNOUNCED_TO_INTERNET = 177880897;

ANNOUNCED_TO_INTERNET_VALUE

The prefix is announced to Internet and within Google.

ANNOUNCED_TO_INTERNET = 177880897;

ANNOUNCED_VALUE

The public delegated prefix is announced and ready to use.

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

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