state property

String? state
getter/setter pair

The current state of DNS automation.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Default value. This value is unused.
  • "PENDING_CREATE" : DNS record creation is pending.
  • "ACTIVE" : DNS record is active.
  • "PENDING_DELETE" : DNS record deletion is pending.
  • "CREATE_FAILED" : DNS record creation failed.
  • "DELETE_FAILED" : DNS record deletion failed.

Implementation

core.String? state;