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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty
CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.Builder, CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.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 ObjectA 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 StringThe preferred IP version that this virtual node uses.final StringThe HTTP name of the AWS Cloud Map namespace to use.final StringThe name of the AWS Cloud Map service to use.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.AwsCloudMapServiceDiscoveryProperty.Builder.
-
-
Method Details
-
getNamespaceName
Description copied from interface:CfnVirtualNode.AwsCloudMapServiceDiscoveryPropertyThe HTTP name of the AWS Cloud Map namespace to use.- Specified by:
getNamespaceNamein interfaceCfnVirtualNode.AwsCloudMapServiceDiscoveryProperty
-
getServiceName
Description copied from interface:CfnVirtualNode.AwsCloudMapServiceDiscoveryPropertyThe name of the AWS Cloud Map service to use.- Specified by:
getServiceNamein interfaceCfnVirtualNode.AwsCloudMapServiceDiscoveryProperty
-
getAttributes
Description copied from interface:CfnVirtualNode.AwsCloudMapServiceDiscoveryPropertyA 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:
getAttributesin interfaceCfnVirtualNode.AwsCloudMapServiceDiscoveryProperty
-
getIpPreference
Description copied from interface:CfnVirtualNode.AwsCloudMapServiceDiscoveryPropertyThe 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.AwsCloudMapServiceDiscoveryProperty
-
$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()
-