Interface DnsRecordSet.DefinitionStages
-
- Enclosing interface:
- DnsRecordSet
public static interface DnsRecordSet.DefinitionStagesGrouping of DNS zone record set definition stages as a part of parent DNS zone definition.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDnsRecordSet.DefinitionStages.AaaaRecordSetBlank<ParentT>The first stage of a AAAA record definition.static interfaceDnsRecordSet.DefinitionStages.ARecordSetBlank<ParentT>The first stage of an A record definition.static interfaceDnsRecordSet.DefinitionStages.CaaRecordSetBlank<ParentT>The first stage of a Caa record definition.static interfaceDnsRecordSet.DefinitionStages.CNameRecordSetBlank<ParentT>The first stage of a CNAME record set definition.static interfaceDnsRecordSet.DefinitionStages.MXRecordSetBlank<ParentT>The first stage of a MX record definition.static interfaceDnsRecordSet.DefinitionStages.NSRecordSetBlank<ParentT>The first stage of a NS record definition.static interfaceDnsRecordSet.DefinitionStages.PtrRecordSetBlank<ParentT>The first stage of a PTR record definition.static interfaceDnsRecordSet.DefinitionStages.SrvRecordSetBlank<ParentT>The first stage of a SRV record definition.static interfaceDnsRecordSet.DefinitionStages.TxtRecordSetBlank<ParentT>The first stage of a TXT record definition.static interfaceDnsRecordSet.DefinitionStages.WithAaaaRecordIPv6Address<ParentT>The stage of the AAAA record set definition allowing to add first AAAA record.static interfaceDnsRecordSet.DefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT>The stage of the AAAA record set definition allowing to add additional AAAA records or attach the record set to the parent.static interfaceDnsRecordSet.DefinitionStages.WithARecordIPv4Address<ParentT>The stage of the A record set definition allowing to add first A record.static interfaceDnsRecordSet.DefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT>The stage of the A record set definition allowing to add additional A records or attach the record set to the parent.static interfaceDnsRecordSet.DefinitionStages.WithAttach<ParentT>The final stage of the DNS zone record set definition.static interfaceDnsRecordSet.DefinitionStages.WithCaaRecordEntry<ParentT>The stage of the Caa record definition allowing to add first service record.static interfaceDnsRecordSet.DefinitionStages.WithCaaRecordEntryOrAttachable<ParentT>The stage of the Caa record set definition allowing to add additional Caa records or attach the record set to the parent.static interfaceDnsRecordSet.DefinitionStages.WithCNameRecordAlias<ParentT>The stage of a CNAME record definition allowing to add alias.static interfaceDnsRecordSet.DefinitionStages.WithCNameRecordSetAttachable<ParentT>The stage of the CNAME record set definition allowing attach the record set to the parent.static interfaceDnsRecordSet.DefinitionStages.WithETagCheck<ParentT>The stage of the record set definition allowing to enable ETag validation.static interfaceDnsRecordSet.DefinitionStages.WithMetadata<ParentT>The stage of the record set definition allowing to specify metadata.static interfaceDnsRecordSet.DefinitionStages.WithMXRecordMailExchange<ParentT>The stage of the MX record set definition allowing to add first MX record.static interfaceDnsRecordSet.DefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT>The stage of the MX record set definition allowing to add additional MX records or attach the record set to the parent.static interfaceDnsRecordSet.DefinitionStages.WithNSRecordNameServer<ParentT>The stage of the NS record set definition allowing to add a NS record.static interfaceDnsRecordSet.DefinitionStages.WithNSRecordNameServerOrAttachable<ParentT>The stage of the NS record set definition allowing to add additional NS records or attach the record set to the parent.static interfaceDnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainName<ParentT>The stage of the PTR record set definition allowing to add first CNAME record.static interfaceDnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainNameOrAttachable<ParentT>The stage of the PTR record set definition allowing to add additional PTR records or attach the record set to the parent.static interfaceDnsRecordSet.DefinitionStages.WithSrvRecordEntry<ParentT>The stage of the SRV record definition allowing to add first service record.static interfaceDnsRecordSet.DefinitionStages.WithSrvRecordEntryOrAttachable<ParentT>The stage of the SRV record set definition allowing to add additional SRV records or attach the record set to the parent.static interfaceDnsRecordSet.DefinitionStages.WithTtl<ParentT>The stage of the record set definition allowing to specify the Time To Live (TTL) for the records in this record set.static interfaceDnsRecordSet.DefinitionStages.WithTxtRecordTextValue<ParentT>The stage of the TXT record definition allowing to add first TXT record.static interfaceDnsRecordSet.DefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT>The stage of the TXT record set definition allowing to add additional TXT records or attach the record set to the parent.
-