@Stability(value=Stable) @Internal public static final class CfnFleet.IpPermissionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFleet.IpPermissionProperty
CfnFleet.IpPermissionPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnFleet.IpPermissionProperty.Builder, CfnFleet.IpPermissionProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnFleet.IpPermissionProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnFleet.CertificateConfigurationProperty.Builder. |
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) |
Number |
getFromPort()
A starting value for a range of allowed port numbers.
|
String |
getIpRange()
A range of allowed IP addresses.
|
String |
getProtocol()
The network communication protocol used by the fleet.
|
Number |
getToPort()
An ending value for a range of allowed port numbers.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnFleet.IpPermissionProperty.Builder builder)
CfnFleet.CertificateConfigurationProperty.Builder.public final Number getFromPort()
CfnFleet.IpPermissionPropertyFor fleets using Windows and Linux builds, only ports 1026-60000 are valid.
getFromPort in interface CfnFleet.IpPermissionPropertypublic final String getIpRange()
CfnFleet.IpPermissionProperty
This value must be expressed in CIDR notation. Example: " 000.000.000.000/[subnet mask] " or optionally the shortened version " 0.0.0.0/[subnet mask] ".
getIpRange in interface CfnFleet.IpPermissionPropertypublic final String getProtocol()
CfnFleet.IpPermissionPropertygetProtocol in interface CfnFleet.IpPermissionPropertypublic final Number getToPort()
CfnFleet.IpPermissionProperty
Port numbers are end-inclusive. This value must be higher than FromPort .
For fleets using Windows and Linux builds, only ports 1026-60000 are valid.
getToPort in interface CfnFleet.IpPermissionProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.