Class CfnFleet.IpPermissionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.CfnFleet.IpPermissionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFleet.IpPermissionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFleet.IpPermissionProperty
@Stability(Stable)
@Internal
public static final class CfnFleet.IpPermissionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFleet.IpPermissionProperty
An implementation for
CfnFleet.IpPermissionProperty
-
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.gamelift.CfnFleet.IpPermissionProperty
CfnFleet.IpPermissionProperty.Builder, CfnFleet.IpPermissionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFleet.IpPermissionProperty.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 Number
A starting value for a range of allowed port numbers.final String
A range of allowed IP addresses.final String
The network communication protocol used by the fleet.final Number
An ending value for a range of allowed port numbers.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 theCfnFleet.IpPermissionProperty.Builder
.
-
-
Method Details
-
getFromPort
Description copied from interface:CfnFleet.IpPermissionProperty
A starting value for a range of allowed port numbers.For fleets using Linux builds, only ports
22
and1026-60000
are valid.For fleets using Windows builds, only ports
1026-60000
are valid.- Specified by:
getFromPort
in interfaceCfnFleet.IpPermissionProperty
- See Also:
-
getIpRange
Description copied from interface:CfnFleet.IpPermissionProperty
A range of allowed IP addresses.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]
".- Specified by:
getIpRange
in interfaceCfnFleet.IpPermissionProperty
- See Also:
-
getProtocol
Description copied from interface:CfnFleet.IpPermissionProperty
The network communication protocol used by the fleet.- Specified by:
getProtocol
in interfaceCfnFleet.IpPermissionProperty
- See Also:
-
getToPort
Description copied from interface:CfnFleet.IpPermissionProperty
An ending value for a range of allowed port numbers.Port numbers are end-inclusive. This value must be equal to or greater than
FromPort
.For fleets using Linux builds, only ports
22
and1026-60000
are valid.For fleets using Windows builds, only ports
1026-60000
are valid.- Specified by:
getToPort
in interfaceCfnFleet.IpPermissionProperty
- 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()
-