requiredAction property
An enum that indicates the a required action for this record.
Populated when the record is part of a required change in a DnsUpdates
discovered
or desired
record set.
Output only. Possible string values are:
- "NONE" : No action necessary.
- "ADD" : Add this record to your DNS records.
- "REMOVE" : Remove this record from your DNS records.
Implementation
core.String? requiredAction;