public static interface DnsServiceDiscovery.Builder extends SdkPojo, CopyableBuilder<DnsServiceDiscovery.Builder,DnsServiceDiscovery>
| Modifier and Type | Method and Description |
|---|---|
DnsServiceDiscovery.Builder |
hostname(String hostname)
Specifies the DNS service discovery hostname for the virtual node.
|
DnsServiceDiscovery.Builder |
ipPreference(IpPreference ipPreference)
The preferred IP version that this virtual node uses.
|
DnsServiceDiscovery.Builder |
ipPreference(String ipPreference)
The preferred IP version that this virtual node uses.
|
DnsServiceDiscovery.Builder |
responseType(DnsResponseType responseType)
Specifies the DNS response type for the virtual node.
|
DnsServiceDiscovery.Builder |
responseType(String responseType)
Specifies the DNS response type for the virtual node.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDnsServiceDiscovery.Builder hostname(String hostname)
Specifies the DNS service discovery hostname for the virtual node.
hostname - Specifies the DNS service discovery hostname for the virtual node.DnsServiceDiscovery.Builder ipPreference(String ipPreference)
The preferred IP version that this virtual node uses. Setting the IP preference on the virtual node only overrides the IP preference set for the mesh on this specific node.
ipPreference - The preferred IP version that this virtual node uses. Setting the IP preference on the virtual node
only overrides the IP preference set for the mesh on this specific node.IpPreference,
IpPreferenceDnsServiceDiscovery.Builder ipPreference(IpPreference ipPreference)
The preferred IP version that this virtual node uses. Setting the IP preference on the virtual node only overrides the IP preference set for the mesh on this specific node.
ipPreference - The preferred IP version that this virtual node uses. Setting the IP preference on the virtual node
only overrides the IP preference set for the mesh on this specific node.IpPreference,
IpPreferenceDnsServiceDiscovery.Builder responseType(String responseType)
Specifies the DNS response type for the virtual node.
responseType - Specifies the DNS response type for the virtual node.DnsResponseType,
DnsResponseTypeDnsServiceDiscovery.Builder responseType(DnsResponseType responseType)
Specifies the DNS response type for the virtual node.
responseType - Specifies the DNS response type for the virtual node.DnsResponseType,
DnsResponseTypeCopyright © 2023. All rights reserved.