state property
The current operational state of this AutomatedDnsRecord as managed by Service Connectivity Automation.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Default value. This value is unused.
- "PROGRAMMED" : The AutomatedDnsRecord has been successfully programmed.
- "FAILED_DEPROGRAMMING" : A non-recoverable error occurred while attempting to deprogram the DNS record from Cloud DNS during deletion.
- "CREATING" : The AutomatedDnsRecord is being created.
- "DELETING" : The AutomatedDnsRecord is being deleted.
Implementation
core.String? state;