Class CfnContainerGroupDefinition.ContainerPortRangeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.CfnContainerGroupDefinition.ContainerPortRangeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerGroupDefinition.ContainerPortRangeProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerGroupDefinition.ContainerPortRangeProperty
@Stability(Stable)
@Internal
public static final class CfnContainerGroupDefinition.ContainerPortRangeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContainerGroupDefinition.ContainerPortRangeProperty
An implementation for
CfnContainerGroupDefinition.ContainerPortRangeProperty
-
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.CfnContainerGroupDefinition.ContainerPortRangeProperty
CfnContainerGroupDefinition.ContainerPortRangeProperty.Builder, CfnContainerGroupDefinition.ContainerPortRangeProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnContainerGroupDefinition.ContainerPortRangeProperty.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 the range of allowed port numbers.final String
The network protocol that these ports support.final Number
An ending value for the 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 theCfnContainerGroupDefinition.ContainerPortRangeProperty.Builder
.
-
-
Method Details
-
getFromPort
Description copied from interface:CfnContainerGroupDefinition.ContainerPortRangeProperty
A starting value for the range of allowed port numbers.- Specified by:
getFromPort
in interfaceCfnContainerGroupDefinition.ContainerPortRangeProperty
- See Also:
-
getProtocol
Description copied from interface:CfnContainerGroupDefinition.ContainerPortRangeProperty
The network protocol that these ports support.- Specified by:
getProtocol
in interfaceCfnContainerGroupDefinition.ContainerPortRangeProperty
- See Also:
-
getToPort
Description copied from interface:CfnContainerGroupDefinition.ContainerPortRangeProperty
An ending value for the range of allowed port numbers.Port numbers are end-inclusive. This value must be equal to or greater than
FromPort
.- Specified by:
getToPort
in interfaceCfnContainerGroupDefinition.ContainerPortRangeProperty
- 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()
-