Interface PrivateDnsRecordSet.UpdateStages
-
- Enclosing interface:
- PrivateDnsRecordSet
public static interface PrivateDnsRecordSet.UpdateStagesGrouping of DNS zone record set update stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePrivateDnsRecordSet.UpdateStages.WithAaaaRecordIPv6AddressThe stage of the AAAA record set update allowing to add or remove AAAA record.static interfacePrivateDnsRecordSet.UpdateStages.WithARecordIPv4AddressThe stage of the A record set update allowing to add or remove A record.static interfacePrivateDnsRecordSet.UpdateStages.WithCNameRecordAliasThe stage of the CNAME record set update allowing to update the CNAME record.static interfacePrivateDnsRecordSet.UpdateStages.WithETagCheckThe stage of the record set update allowing to enable ETag validation.static interfacePrivateDnsRecordSet.UpdateStages.WithMetadataAn update allowing metadata to be modified for the resource.static interfacePrivateDnsRecordSet.UpdateStages.WithMXRecordMailExchangeThe stage of the MX record set definition allowing to add or remove MX record.static interfacePrivateDnsRecordSet.UpdateStages.WithPtrRecordTargetDomainNameThe stage of the CName record set definition allowing to add or remove CName record.static interfacePrivateDnsRecordSet.UpdateStages.WithSoaRecordAttributesThe stage of the SOA record definition allowing to update its attributes.static interfacePrivateDnsRecordSet.UpdateStages.WithSrvRecordEntryThe stage of the SRV record definition allowing to add or remove service record.static interfacePrivateDnsRecordSet.UpdateStages.WithTtlThe stage of the record set update allowing to specify TTL for the records in this record set.static interfacePrivateDnsRecordSet.UpdateStages.WithTxtRecordTextValueThe stage of the Txt record definition allowing to add or remove TXT record.
-