Class CfnConnectPeerMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.networkmanager.mixins.CfnConnectPeerMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectPeerMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectPeerMixinProps
@Stability(Stable)
@Internal
public static final class CfnConnectPeerMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectPeerMixinProps
An implementation for
CfnConnectPeerMixinProps-
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.networkmanager.mixins.CfnConnectPeerMixinProps
CfnConnectPeerMixinProps.Builder, CfnConnectPeerMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnectPeerMixinProps.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 ObjectDescribes the BGP options.final StringThe ID of the attachment to connect.final StringThe IP address of a core network.The inside IP addresses used for a Connect peer configuration.final StringThe IP address of the Connect peer.final StringThe subnet ARN of the Connect peer.getTags()The list of key-value tags associated with the Connect peer.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 theCfnConnectPeerMixinProps.Builder.
-
-
Method Details
-
getBgpOptions
Description copied from interface:CfnConnectPeerMixinPropsDescribes the BGP options.Returns union: either
IResolvableorCfnConnectPeerPropsMixin.BgpOptionsProperty- Specified by:
getBgpOptionsin interfaceCfnConnectPeerMixinProps- See Also:
-
getConnectAttachmentId
Description copied from interface:CfnConnectPeerMixinPropsThe ID of the attachment to connect.- Specified by:
getConnectAttachmentIdin interfaceCfnConnectPeerMixinProps- See Also:
-
getCoreNetworkAddress
Description copied from interface:CfnConnectPeerMixinPropsThe IP address of a core network.- Specified by:
getCoreNetworkAddressin interfaceCfnConnectPeerMixinProps- See Also:
-
getInsideCidrBlocks
Description copied from interface:CfnConnectPeerMixinPropsThe inside IP addresses used for a Connect peer configuration.- Specified by:
getInsideCidrBlocksin interfaceCfnConnectPeerMixinProps- See Also:
-
getPeerAddress
Description copied from interface:CfnConnectPeerMixinPropsThe IP address of the Connect peer.- Specified by:
getPeerAddressin interfaceCfnConnectPeerMixinProps- See Also:
-
getSubnetArn
Description copied from interface:CfnConnectPeerMixinPropsThe subnet ARN of the Connect peer.- Specified by:
getSubnetArnin interfaceCfnConnectPeerMixinProps- See Also:
-
getTags
Description copied from interface:CfnConnectPeerMixinPropsThe list of key-value tags associated with the Connect peer.- Specified by:
getTagsin interfaceCfnConnectPeerMixinProps- 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()
-