status property
The status of the public delegated prefix, which can be one of following values:
INITIALIZINGThe public delegated prefix is being initialized and addresses cannot be created yet.READY_TO_ANNOUNCEThe public delegated prefix is a live migration prefix and is active.ANNOUNCEDThe public delegated prefix is announced and ready to use.DELETINGThe public delegated prefix is being deprovsioned.ACTIVEThe public delegated prefix is ready to use.
Output only. Possible string values are:
- "ACTIVE" : The public delegated prefix is ready to use.
- "ANNOUNCED" : The public delegated prefix is announced and ready to use.
- "ANNOUNCED_TO_GOOGLE" : The prefix is announced within Google network.
- "ANNOUNCED_TO_INTERNET" : The prefix is announced to Internet and within Google.
- "DELETING" : The public delegated prefix is being deprovsioned.
- "INITIALIZING" : The public delegated prefix is being initialized and addresses cannot be created yet.
- "READY_TO_ANNOUNCE" : The public delegated prefix is currently withdrawn but ready to be announced.
Implementation
core.String? status;