VirtualNodeSpecServiceDiscoveryDns

data class VirtualNodeSpecServiceDiscoveryDns(val hostname: String, val ipPreference: String? = null, val responseType: String? = null)

Constructors

Link copied to clipboard
constructor(hostname: String, ipPreference: String? = null, responseType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

DNS host name for your virtual node.

Link copied to clipboard
val ipPreference: String? = null

The preferred IP version that this virtual node uses. Valid values: IPv6_PREFERRED, IPv4_PREFERRED, IPv4_ONLY, IPv6_ONLY.

Link copied to clipboard
val responseType: String? = null

The DNS response type for the virtual node. Valid values: LOADBALANCER, ENDPOINTS.