Class CfnGatewayMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnGatewayMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnGatewayMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGatewayMixinProps
@Stability(Stable)
@Internal
public static final class CfnGatewayMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGatewayMixinProps
An implementation for
CfnGatewayMixinProps-
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.mediaconnect.CfnGatewayMixinProps
CfnGatewayMixinProps.Builder, CfnGatewayMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnGatewayMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnGatewayMixinProps.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 gateway.final ObjectThe 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 theCfnGatewayMixinProps.Builder.
-
-
Method Details
-
getEgressCidrBlocks
Description copied from interface:CfnGatewayMixinPropsThe 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 interfaceCfnGatewayMixinProps- See Also:
-
getName
Description copied from interface:CfnGatewayMixinPropsThe name of the gateway.This name can not be modified after the gateway is created.
- Specified by:
getNamein interfaceCfnGatewayMixinProps- See Also:
-
getNetworks
Description copied from interface:CfnGatewayMixinPropsThe list of networks in the gateway.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnGatewayPropsMixin.GatewayNetworkProperty>- Specified by:
getNetworksin interfaceCfnGatewayMixinProps- 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()
-