Class CfnGatewayProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.CfnGatewayProps.Jsii$Proxy
- All Implemented Interfaces:
CfnGatewayProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGatewayProps
@Stability(Stable)
@Internal
public static final class CfnGatewayProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGatewayProps
An implementation for
CfnGatewayProps-
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.services.mediaconnect.CfnGatewayProps
CfnGatewayProps.Builder, CfnGatewayProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnGatewayProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnGatewayProps.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 booleanThe range of IP addresses that are allowed to contribute content or initiate output requests for flows communicating with this gateway.final StringgetName()The name of the network.final ObjectThe list of networks that you want to add.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 theCfnGatewayProps.Builder.
-
-
Method Details
-
getEgressCidrBlocks
Description copied from interface:CfnGatewayPropsThe range of IP addresses that are allowed to contribute content or initiate output requests for flows communicating with this gateway.These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
- Specified by:
getEgressCidrBlocksin interfaceCfnGatewayProps- See Also:
-
getName
Description copied from interface:CfnGatewayPropsThe name of the network.This name is used to reference the network and must be unique among networks in this gateway.
- Specified by:
getNamein interfaceCfnGatewayProps- See Also:
-
getNetworks
Description copied from interface:CfnGatewayPropsThe list of networks that you want to add.- Specified by:
getNetworksin interfaceCfnGatewayProps- 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()
-