Class BridgeNetworkOutputProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.BridgeNetworkOutputProps.Jsii$Proxy
- All Implemented Interfaces:
BridgeNetworkOutputProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
BridgeNetworkOutputProps
@Stability(Experimental)
@Internal
public static final class BridgeNetworkOutputProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements BridgeNetworkOutputProps
An implementation for
BridgeNetworkOutputProps-
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.BridgeNetworkOutputProps
BridgeNetworkOutputProps.Builder, BridgeNetworkOutputProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theBridgeNetworkOutputProps.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 String(experimental) The IP address where the output will send content.final GatewayNetwork(experimental) The gateway network this output sends content out of.final NumbergetPort()(experimental) The port to use for the output.final BridgeProtocol(experimental) The protocol to use for the output.final NumbergetTtl()(experimental) Time to live (TTL) for the output packets in hops (1-255).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 theBridgeNetworkOutputProps.Builder.
-
-
Method Details
-
getIpAddress
Description copied from interface:BridgeNetworkOutputProps(experimental) The IP address where the output will send content.- Specified by:
getIpAddressin interfaceBridgeNetworkOutputProps
-
getNetwork
Description copied from interface:BridgeNetworkOutputProps(experimental) The gateway network this output sends content out of.Use
to create the network and pass the same instance to the gateway and to each output that uses it.invalid reference
GatewayNetwork.define- Specified by:
getNetworkin interfaceBridgeNetworkOutputProps
-
getPort
Description copied from interface:BridgeNetworkOutputProps(experimental) The port to use for the output.- Specified by:
getPortin interfaceBridgeNetworkOutputProps
-
getProtocol
Description copied from interface:BridgeNetworkOutputProps(experimental) The protocol to use for the output.- Specified by:
getProtocolin interfaceBridgeNetworkOutputProps
-
getTtl
Description copied from interface:BridgeNetworkOutputProps(experimental) Time to live (TTL) for the output packets in hops (1-255).TTL represents the maximum number of network hops a packet can traverse before being discarded.
- Specified by:
getTtlin interfaceBridgeNetworkOutputProps
-
$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()
-