public enum PublicAdvertisedPrefix.Status extends Enum<PublicAdvertisedPrefix.Status> implements ProtocolMessageEnumThe status of the public advertised prefix. Possible values include:
INITIAL: RPKI validation is complete.PTR_CONFIGURED: User has configured the PTR.VALIDATED: Reverse DNS lookup is successful.REVERSE_DNS_LOOKUP_FAILED: Reverse DNS lookup failed.PREFIX_CONFIGURATION_IN_PROGRESS: The prefix is being configured.PREFIX_CONFIGURATION_COMPLETE: The prefix is fully configured.PREFIX_REMOVAL_IN_PROGRESS: The prefix is being removed.
Protobuf enum google.cloud.compute.v1.PublicAdvertisedPrefix.Status
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ANNOUNCED_TO_INTERNET |
The prefix is announced to Internet. |
ANNOUNCED_TO_INTERNET_VALUE |
The prefix is announced to Internet. |
INITIAL |
RPKI validation is complete. |
INITIAL_VALUE |
RPKI validation is complete. |
PREFIX_CONFIGURATION_COMPLETE |
The prefix is fully configured. |
PREFIX_CONFIGURATION_COMPLETE_VALUE |
The prefix is fully configured. |
PREFIX_CONFIGURATION_IN_PROGRESS |
The prefix is being configured. |
PREFIX_CONFIGURATION_IN_PROGRESS_VALUE |
The prefix is being configured. |
PREFIX_REMOVAL_IN_PROGRESS |
The prefix is being removed. |
PREFIX_REMOVAL_IN_PROGRESS_VALUE |
The prefix is being removed. |
PTR_CONFIGURED |
User has configured the PTR. |
PTR_CONFIGURED_VALUE |
User has configured the PTR. |
READY_TO_ANNOUNCE |
The prefix is currently withdrawn but ready to be announced. |
READY_TO_ANNOUNCE_VALUE |
The prefix is currently withdrawn but ready to be announced. |
REVERSE_DNS_LOOKUP_FAILED |
Reverse DNS lookup failed. |
REVERSE_DNS_LOOKUP_FAILED_VALUE |
Reverse DNS lookup failed. |
UNDEFINED_STATUS |
A value indicating that the enum field is not set. |
UNDEFINED_STATUS_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
VALIDATED |
Reverse DNS lookup is successful. |
VALIDATED_VALUE |
Reverse DNS lookup is successful. |
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() |
|