Class CfnFleetPropsMixin.IpPermissionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.gamelift.mixins.CfnFleetPropsMixin.IpPermissionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFleetPropsMixin.IpPermissionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFleetPropsMixin.IpPermissionProperty
@Stability(Stable)
@Internal
public static final class CfnFleetPropsMixin.IpPermissionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFleetPropsMixin.IpPermissionProperty
An implementation for
CfnFleetPropsMixin.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.mixins.preview.services.gamelift.mixins.CfnFleetPropsMixin.IpPermissionProperty
CfnFleetPropsMixin.IpPermissionProperty.Builder, CfnFleetPropsMixin.IpPermissionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFleetPropsMixin.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 theCfnFleetPropsMixin.IpPermissionProperty.Builder.
-
-
Method Details
-
getFromPort
Description copied from interface:CfnFleetPropsMixin.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 interfaceCfnFleetPropsMixin.IpPermissionProperty- See Also:
-
getIpRange
Description copied from interface:CfnFleetPropsMixin.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 interfaceCfnFleetPropsMixin.IpPermissionProperty- See Also:
-
getProtocol
Description copied from interface:CfnFleetPropsMixin.IpPermissionPropertyThe network communication protocol used by the fleet.- Specified by:
getProtocolin interfaceCfnFleetPropsMixin.IpPermissionProperty- See Also:
-
getToPort
Description copied from interface:CfnFleetPropsMixin.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 interfaceCfnFleetPropsMixin.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()
-