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.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.mediaconnect.alpha.GatewayProps

    GatewayProps.Builder, GatewayProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the GatewayProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final List<String>
    (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.
    (experimental) The list of networks in the gateway.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(GatewayProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the GatewayProps.Builder.
  • Method Details

    • getEgressCidrBlocks

      public final List<String> 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:
      getEgressCidrBlocks in interface GatewayProps
    • getNetworks

      public final List<GatewayNetwork> 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:
      getNetworks in interface GatewayProps
    • getGatewayName

      public final String 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:
      getGatewayName in interface GatewayProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object