Class CfnContainerFleetPropsMixin.IpPermissionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnContainerFleetPropsMixin.IpPermissionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerFleetPropsMixin.IpPermissionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerFleetPropsMixin.IpPermissionProperty
@Stability(Stable)
@Internal
public static final class CfnContainerFleetPropsMixin.IpPermissionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContainerFleetPropsMixin.IpPermissionProperty
An implementation for
CfnContainerFleetPropsMixin.IpPermissionProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnContainerFleetPropsMixin.IpPermissionProperty
CfnContainerFleetPropsMixin.IpPermissionProperty.Builder, CfnContainerFleetPropsMixin.IpPermissionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnContainerFleetPropsMixin.IpPermissionProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal NumberA starting value for a range of allowed port numbers.final StringA range of allowed IP addresses.final StringThe network communication protocol used by the fleet.final NumberAn ending value for a range of allowed port numbers.final inthashCode()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 theCfnContainerFleetPropsMixin.IpPermissionProperty.Builder.
-
-
Method Details
-
getFromPort
Description copied from interface:CfnContainerFleetPropsMixin.IpPermissionPropertyA starting value for a range of allowed port numbers.For fleets using Linux builds, only ports
22and1026-60000are valid.For fleets using Windows builds, only ports
1026-60000are valid.- Specified by:
getFromPortin interfaceCfnContainerFleetPropsMixin.IpPermissionProperty- See Also:
-
getIpRange
Description copied from interface:CfnContainerFleetPropsMixin.IpPermissionPropertyA 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:
getIpRangein interfaceCfnContainerFleetPropsMixin.IpPermissionProperty- See Also:
-
getProtocol
Description copied from interface:CfnContainerFleetPropsMixin.IpPermissionPropertyThe network communication protocol used by the fleet.- Specified by:
getProtocolin interfaceCfnContainerFleetPropsMixin.IpPermissionProperty- See Also:
-
getToPort
Description copied from interface:CfnContainerFleetPropsMixin.IpPermissionPropertyAn 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
22and1026-60000are valid.For fleets using Windows builds, only ports
1026-60000are valid.- Specified by:
getToPortin interfaceCfnContainerFleetPropsMixin.IpPermissionProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-