public static interface CfnVirtualNode.DnsServiceDiscoveryProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.appmesh.*; DnsServiceDiscoveryProperty dnsServiceDiscoveryProperty = DnsServiceDiscoveryProperty.builder() .hostname("hostname") // the properties below are optional .ipPreference("ipPreference") .responseType("responseType") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnVirtualNode.DnsServiceDiscoveryProperty.Builder
A builder for
CfnVirtualNode.DnsServiceDiscoveryProperty |
static class |
CfnVirtualNode.DnsServiceDiscoveryProperty.Jsii$Proxy
An implementation for
CfnVirtualNode.DnsServiceDiscoveryProperty |
Modifier and Type | Method and Description |
---|---|
static CfnVirtualNode.DnsServiceDiscoveryProperty.Builder |
builder() |
java.lang.String |
getHostname()
Specifies the DNS service discovery hostname for the virtual node.
|
default java.lang.String |
getIpPreference()
The preferred IP version that this virtual node uses.
|
default java.lang.String |
getResponseType()
Specifies the DNS response type for the virtual node.
|
java.lang.String getHostname()
default java.lang.String getIpPreference()
Setting the IP preference on the virtual node only overrides the IP preference set for the mesh on this specific node.
default java.lang.String getResponseType()
static CfnVirtualNode.DnsServiceDiscoveryProperty.Builder builder()