Class CfnVirtualNode.DnsServiceDiscoveryProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnVirtualNode.DnsServiceDiscoveryProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVirtualNode.DnsServiceDiscoveryProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnVirtualNode.DnsServiceDiscoveryProperty
@Stability(Stable)
@Internal
public static final class CfnVirtualNode.DnsServiceDiscoveryProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVirtualNode.DnsServiceDiscoveryProperty
An implementation for
CfnVirtualNode.DnsServiceDiscoveryProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.CfnVirtualNode.DnsServiceDiscoveryProperty
CfnVirtualNode.DnsServiceDiscoveryProperty.Builder, CfnVirtualNode.DnsServiceDiscoveryProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnVirtualNode.DnsServiceDiscoveryProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
Specifies the DNS service discovery hostname for the virtual node.final String
The preferred IP version that this virtual node uses.final String
Specifies the DNS response type for the virtual node.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnVirtualNode.DnsServiceDiscoveryProperty.Builder
.
-
-
Method Details
-
getHostname
Description copied from interface:CfnVirtualNode.DnsServiceDiscoveryProperty
Specifies the DNS service discovery hostname for the virtual node.- Specified by:
getHostname
in interfaceCfnVirtualNode.DnsServiceDiscoveryProperty
-
getIpPreference
Description copied from interface:CfnVirtualNode.DnsServiceDiscoveryProperty
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.
- Specified by:
getIpPreference
in interfaceCfnVirtualNode.DnsServiceDiscoveryProperty
-
getResponseType
Description copied from interface:CfnVirtualNode.DnsServiceDiscoveryProperty
Specifies the DNS response type for the virtual node.- Specified by:
getResponseType
in interfaceCfnVirtualNode.DnsServiceDiscoveryProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-