Class CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty
@Stability(Stable)
@Internal
public static final class CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty
An implementation for
CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty
-
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.AwsCloudMapServiceDiscoveryProperty
CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.Builder, CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.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 Object
A string map that contains attributes with values that you can use to filter instances by any custom attribute that you specified when you registered the instance.final String
The preferred IP version that this virtual node uses.final String
The HTTP name of the AWS Cloud Map namespace to use.final String
The name of the AWS Cloud Map service to use.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.AwsCloudMapServiceDiscoveryProperty.Builder
.
-
-
Method Details
-
getNamespaceName
Description copied from interface:CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty
The HTTP name of the AWS Cloud Map namespace to use.- Specified by:
getNamespaceName
in interfaceCfnVirtualNode.AwsCloudMapServiceDiscoveryProperty
-
getServiceName
Description copied from interface:CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty
The name of the AWS Cloud Map service to use.- Specified by:
getServiceName
in interfaceCfnVirtualNode.AwsCloudMapServiceDiscoveryProperty
-
getAttributes
Description copied from interface:CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty
A string map that contains attributes with values that you can use to filter instances by any custom attribute that you specified when you registered the instance.Only instances that match all of the specified key/value pairs will be returned.
- Specified by:
getAttributes
in interfaceCfnVirtualNode.AwsCloudMapServiceDiscoveryProperty
-
getIpPreference
Description copied from interface:CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty
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.AwsCloudMapServiceDiscoveryProperty
-
$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()
-