Class GatewayProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.GatewayProps.Jsii$Proxy
- All Implemented Interfaces:
GatewayProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
GatewayProps
@Stability(Experimental)
@Internal
public static final class GatewayProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements GatewayProps
An implementation for
GatewayProps-
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.alpha.GatewayProps
GatewayProps.Builder, GatewayProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(GatewayProps.Builder builder) Constructor that initializes the object based on literal property values passed by theGatewayProps.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 boolean(experimental) The range of IP addresses that are allowed to contribute content or initiate output requests for flows communicating with this gateway.final String(experimental) The name of the gateway.final List<GatewayNetwork> (experimental) The list of networks in the gateway.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 theGatewayProps.Builder.
-
-
Method Details
-
getEgressCidrBlocks
Description copied from interface:GatewayProps(experimental) The 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 interfaceGatewayProps
-
getNetworks
Description copied from interface:GatewayProps(experimental) The list of networks in the gateway.A gateway must have between 1 and 4 networks. Provide the initial set here; use
addNetwork()to add more (up to 4 total).- Specified by:
getNetworksin interfaceGatewayProps
-
getGatewayName
Description copied from interface:GatewayProps(experimental) The name of the gateway.This name can not be modified after the gateway is created.
Default: - autogenerated
- Specified by:
getGatewayNamein interfaceGatewayProps
-
$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()
-