Class CfnConnectPeer.ConnectPeerConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkmanager.CfnConnectPeer.ConnectPeerConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectPeer.ConnectPeerConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectPeer.ConnectPeerConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnConnectPeer.ConnectPeerConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectPeer.ConnectPeerConfigurationProperty
An implementation for
CfnConnectPeer.ConnectPeerConfigurationProperty
-
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.CfnConnectPeer.ConnectPeerConfigurationProperty
CfnConnectPeer.ConnectPeerConfigurationProperty.Builder, CfnConnectPeer.ConnectPeerConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConnectPeer.ConnectPeerConfigurationProperty.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
The Connect peer BGP configurations.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 protocol used for a Connect peer configuration.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 theCfnConnectPeer.ConnectPeerConfigurationProperty.Builder
.
-
-
Method Details
-
getBgpConfigurations
Description copied from interface:CfnConnectPeer.ConnectPeerConfigurationProperty
The Connect peer BGP configurations.- Specified by:
getBgpConfigurations
in interfaceCfnConnectPeer.ConnectPeerConfigurationProperty
- See Also:
-
getCoreNetworkAddress
Description copied from interface:CfnConnectPeer.ConnectPeerConfigurationProperty
The IP address of a core network.- Specified by:
getCoreNetworkAddress
in interfaceCfnConnectPeer.ConnectPeerConfigurationProperty
- See Also:
-
getInsideCidrBlocks
Description copied from interface:CfnConnectPeer.ConnectPeerConfigurationProperty
The inside IP addresses used for a Connect peer configuration.- Specified by:
getInsideCidrBlocks
in interfaceCfnConnectPeer.ConnectPeerConfigurationProperty
- See Also:
-
getPeerAddress
Description copied from interface:CfnConnectPeer.ConnectPeerConfigurationProperty
The IP address of the Connect peer.- Specified by:
getPeerAddress
in interfaceCfnConnectPeer.ConnectPeerConfigurationProperty
- See Also:
-
getProtocol
Description copied from interface:CfnConnectPeer.ConnectPeerConfigurationProperty
The protocol used for a Connect peer configuration.- Specified by:
getProtocol
in interfaceCfnConnectPeer.ConnectPeerConfigurationProperty
- 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()
-