Public IPAddress Dns Settings Response
data class PublicIPAddressDnsSettingsResponse(val domainNameLabel: String? = null, val fqdn: String? = null, val reverseFqdn: String? = null)
Contains FQDN of the DNS record associated with the public IP address.
Constructors
Link copied to clipboard
fun PublicIPAddressDnsSettingsResponse(domainNameLabel: String? = null, fqdn: String? = null, reverseFqdn: String? = null)