@Stability(value=Stable) public static final class ConnectionsProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ConnectionsProps
ConnectionsProps
software.amazon.jsii.JsiiObject.InitializationMode
ConnectionsProps.Builder, ConnectionsProps.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(Object o) |
Port |
getDefaultPort()
Default port range for initiating connections to and from this object.
|
IPeer |
getPeer()
Class that represents the rule by which others can connect to this connectable.
|
List<ISecurityGroup> |
getSecurityGroups()
What securityGroup(s) this object is managing connections for.
|
int |
hashCode() |
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet, setObjRef
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 Port getDefaultPort()
ConnectionsProps
getDefaultPort
in interface ConnectionsProps
public IPeer getPeer()
ConnectionsProps
getPeer
in interface ConnectionsProps
public List<ISecurityGroup> getSecurityGroups()
ConnectionsProps
getSecurityGroups
in interface ConnectionsProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2019. All rights reserved.