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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.CfnVirtualNode.DnsServiceDiscoveryProperty
CfnVirtualNode.DnsServiceDiscoveryProperty.Builder, CfnVirtualNode.DnsServiceDiscoveryProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVirtualNode.DnsServiceDiscoveryProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringSpecifies the DNS service discovery hostname for the virtual node.final StringThe preferred IP version that this virtual node uses.final StringSpecifies the DNS response type for the virtual node.final inthashCode()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.DnsServiceDiscoveryPropertySpecifies the DNS service discovery hostname for the virtual node.- Specified by:
getHostnamein interfaceCfnVirtualNode.DnsServiceDiscoveryProperty- See Also:
-
getIpPreference
Description copied from interface:CfnVirtualNode.DnsServiceDiscoveryPropertyThe 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:
getIpPreferencein interfaceCfnVirtualNode.DnsServiceDiscoveryProperty- See Also:
-
getResponseType
Description copied from interface:CfnVirtualNode.DnsServiceDiscoveryPropertySpecifies the DNS response type for the virtual node.- Specified by:
getResponseTypein interfaceCfnVirtualNode.DnsServiceDiscoveryProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-