Class CfnVirtualNodePropsMixin.DnsServiceDiscoveryProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.appmesh.mixins.CfnVirtualNodePropsMixin.DnsServiceDiscoveryProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVirtualNodePropsMixin.DnsServiceDiscoveryProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVirtualNodePropsMixin.DnsServiceDiscoveryProperty
@Stability(Stable)
@Internal
public static final class CfnVirtualNodePropsMixin.DnsServiceDiscoveryProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVirtualNodePropsMixin.DnsServiceDiscoveryProperty
An implementation for
CfnVirtualNodePropsMixin.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.mixins.preview.services.appmesh.mixins.CfnVirtualNodePropsMixin.DnsServiceDiscoveryProperty
CfnVirtualNodePropsMixin.DnsServiceDiscoveryProperty.Builder, CfnVirtualNodePropsMixin.DnsServiceDiscoveryProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVirtualNodePropsMixin.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 theCfnVirtualNodePropsMixin.DnsServiceDiscoveryProperty.Builder.
-
-
Method Details
-
getHostname
Description copied from interface:CfnVirtualNodePropsMixin.DnsServiceDiscoveryPropertySpecifies the DNS service discovery hostname for the virtual node.- Specified by:
getHostnamein interfaceCfnVirtualNodePropsMixin.DnsServiceDiscoveryProperty- See Also:
-
getIpPreference
Description copied from interface:CfnVirtualNodePropsMixin.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 interfaceCfnVirtualNodePropsMixin.DnsServiceDiscoveryProperty- See Also:
-
getResponseType
Description copied from interface:CfnVirtualNodePropsMixin.DnsServiceDiscoveryPropertySpecifies the DNS response type for the virtual node.- Specified by:
getResponseTypein interfaceCfnVirtualNodePropsMixin.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()
-