public static final class CfnConnectPeerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConnectPeerProps
CfnConnectPeerProps
CfnConnectPeerProps.Builder, CfnConnectPeerProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getBgpOptions()
The BGP peer options.
|
java.lang.String |
getConnectAttachmentId()
The ID of Connect peer.
|
java.lang.String |
getCoreNetworkAddress()
The IP address of a core network.
|
java.util.List<java.lang.String> |
getInsideCidrBlocks()
The inside IP addresses used for a Connect peer configuration.
|
java.lang.String |
getPeerAddress()
The IP address of the Connect peer.
|
java.util.List<CfnTag> |
getTags()
The tags associated with the Connect peer.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getBgpOptions()
CfnConnectPeerProps
getBgpOptions
in interface CfnConnectPeerProps
public final java.lang.String getConnectAttachmentId()
CfnConnectPeerProps
getConnectAttachmentId
in interface CfnConnectPeerProps
public final java.lang.String getCoreNetworkAddress()
CfnConnectPeerProps
getCoreNetworkAddress
in interface CfnConnectPeerProps
public final java.util.List<java.lang.String> getInsideCidrBlocks()
CfnConnectPeerProps
getInsideCidrBlocks
in interface CfnConnectPeerProps
public final java.lang.String getPeerAddress()
CfnConnectPeerProps
getPeerAddress
in interface CfnConnectPeerProps
public final java.util.List<CfnTag> getTags()
CfnConnectPeerProps
getTags
in interface CfnConnectPeerProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()