status property
The 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.
Possible string values are:
- "ANNOUNCED_TO_INTERNET" : The prefix is announced to Internet.
- "INITIAL" : RPKI validation is complete.
- "PREFIX_CONFIGURATION_COMPLETE" : The prefix is fully configured.
- "PREFIX_CONFIGURATION_IN_PROGRESS" : The prefix is being configured.
- "PREFIX_REMOVAL_IN_PROGRESS" : The prefix is being removed.
- "PTR_CONFIGURED" : User has configured the PTR.
- "READY_TO_ANNOUNCE" : The prefix is currently withdrawn but ready to be announced.
- "REVERSE_DNS_LOOKUP_FAILED" : Reverse DNS lookup failed.
- "VALIDATED" : Reverse DNS lookup is successful.
Implementation
core.String? status;