Interface DnsRecordSet.UpdateDefinitionStages
- Enclosing interface:
DnsRecordSet
public static interface DnsRecordSet.UpdateDefinitionStages
Grouping of DNS zone record set definition stages as a part of parent DNS zone update.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe first stage of a AAAA record definition.static interfaceThe first stage of a A record definition.static interfaceThe first stage of a Caa record definition.static interfaceThe first stage of a CNAME record set definition.static interfaceThe first stage of an MX record definition.static interfaceThe first stage of a NS record definition.static interfaceThe first stage of a PTR record definition.static interfaceThe first stage of a SRV record definition.static interfaceThe first stage of a TXT record definition.static interfaceThe stage of the AAAA record set definition allowing to add first AAAA record.static interfaceThe stage of the AAAA record set definition allowing to add additional A records or attach the record set to the parent.static interfaceThe stage of the A record set definition allowing to add first A record.static interfaceThe stage of the A record set definition allowing to add additional A records or attach the record set to the parent.static interfaceThe final stage of the DNS zone record set definition.static interfaceThe stage of the Caa record definition allowing to add first service record.static interfaceThe stage of the Caa record set definition allowing to add additional Caa records or attach the record set to the parent.static interfaceThe stage of a CNAME record definition allowing to add alias.static interfaceThe stage of the CNAME record set definition allowing attach the record set to the parent.static interfaceThe stage of the record set definition allowing to enable ETag validation.static interfaceThe stage of the record set definition allowing to specify metadata.static interfaceThe stage of the MX record set definition allowing to add first MX record.static interfaceThe stage of the MX record set definition allowing to add additional MX records or attach the record set to the parent.static interfaceThe stage of the NS record set definition allowing to add a NS record.static interfaceThe stage of the NS record set definition allowing to add additional NS records or attach the record set to the parent.static interfaceThe stage of the PTR record set definition allowing to add first CNAME record.static interfaceThe stage of the PTR record set definition allowing to add additional PTR records or attach the record set to the parent.static interfaceThe stage of the SRV record definition allowing to add first service record.static interfaceThe stage of the SRV record set definition allowing to add additional SRV records or attach the record set to the parent.static interfaceThe stage of the record set definition allowing to specify TTL for the records in this record set.static interfaceThe stage of the TXT record definition allowing to add first Txt record.static interfaceThe stage of the TXT record set definition allowing to add additional TXT records or attach the record set to the parent.