Class CfnContainerGroupDefinitionPropsMixin.ContainerPortRangeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnContainerGroupDefinitionPropsMixin.ContainerPortRangeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerGroupDefinitionPropsMixin.ContainerPortRangeProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerGroupDefinitionPropsMixin.ContainerPortRangeProperty
@Stability(Stable)
@Internal
public static final class CfnContainerGroupDefinitionPropsMixin.ContainerPortRangeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContainerGroupDefinitionPropsMixin.ContainerPortRangeProperty
An implementation for
CfnContainerGroupDefinitionPropsMixin.ContainerPortRangeProperty-
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.CfnContainerGroupDefinitionPropsMixin.ContainerPortRangeProperty
CfnContainerGroupDefinitionPropsMixin.ContainerPortRangeProperty.Builder, CfnContainerGroupDefinitionPropsMixin.ContainerPortRangeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnContainerGroupDefinitionPropsMixin.ContainerPortRangeProperty.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 the range of allowed port numbers.final StringThe network protocol that these ports support.final NumberAn ending value for the 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
protected Jsii$Proxy(CfnContainerGroupDefinitionPropsMixin.ContainerPortRangeProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnContainerGroupDefinitionPropsMixin.ContainerPortRangeProperty.Builder.
-
-
Method Details
-
getFromPort
Description copied from interface:CfnContainerGroupDefinitionPropsMixin.ContainerPortRangePropertyA starting value for the range of allowed port numbers.- Specified by:
getFromPortin interfaceCfnContainerGroupDefinitionPropsMixin.ContainerPortRangeProperty- See Also:
-
getProtocol
Description copied from interface:CfnContainerGroupDefinitionPropsMixin.ContainerPortRangePropertyThe network protocol that these ports support.- Specified by:
getProtocolin interfaceCfnContainerGroupDefinitionPropsMixin.ContainerPortRangeProperty- See Also:
-
getToPort
Description copied from interface:CfnContainerGroupDefinitionPropsMixin.ContainerPortRangePropertyAn 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:
getToPortin interfaceCfnContainerGroupDefinitionPropsMixin.ContainerPortRangeProperty- 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()
-