Class CfnConnectPeerProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkmanager.CfnConnectPeerProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectPeerProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectPeerProps
@Stability(Stable)
@Internal
public static final class CfnConnectPeerProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectPeerProps
An implementation for
CfnConnectPeerProps
-
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.networkmanager.CfnConnectPeerProps
CfnConnectPeerProps.Builder, CfnConnectPeerProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnConnectPeerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConnectPeerProps.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
Describes the BGP options.final String
The ID of the attachment to connect.final String
The IP address of a core network.The inside IP addresses used for a Connect peer configuration.final String
The IP address of the Connect peer.final String
The subnet ARN of the Connect peer.getTags()
The list of key-value tags associated with the Connect peer.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 theCfnConnectPeerProps.Builder
.
-
-
Method Details
-
getConnectAttachmentId
Description copied from interface:CfnConnectPeerProps
The ID of the attachment to connect.- Specified by:
getConnectAttachmentId
in interfaceCfnConnectPeerProps
- See Also:
-
getPeerAddress
Description copied from interface:CfnConnectPeerProps
The IP address of the Connect peer.- Specified by:
getPeerAddress
in interfaceCfnConnectPeerProps
- See Also:
-
getBgpOptions
Description copied from interface:CfnConnectPeerProps
Describes the BGP options.- Specified by:
getBgpOptions
in interfaceCfnConnectPeerProps
- See Also:
-
getCoreNetworkAddress
Description copied from interface:CfnConnectPeerProps
The IP address of a core network.- Specified by:
getCoreNetworkAddress
in interfaceCfnConnectPeerProps
- See Also:
-
getInsideCidrBlocks
Description copied from interface:CfnConnectPeerProps
The inside IP addresses used for a Connect peer configuration.- Specified by:
getInsideCidrBlocks
in interfaceCfnConnectPeerProps
- See Also:
-
getSubnetArn
Description copied from interface:CfnConnectPeerProps
The subnet ARN of the Connect peer.- Specified by:
getSubnetArn
in interfaceCfnConnectPeerProps
- See Also:
-
getTags
Description copied from interface:CfnConnectPeerProps
The list of key-value tags associated with the Connect peer.- Specified by:
getTags
in interfaceCfnConnectPeerProps
- See Also:
-
$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()
-