Class BridgeNetworkSource.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.BridgeNetworkSource.Jsii$Proxy
- All Implemented Interfaces:
BridgeNetworkSource,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
BridgeNetworkSource
@Stability(Experimental)
@Internal
public static final class BridgeNetworkSource.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements BridgeNetworkSource
An implementation for
BridgeNetworkSource-
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.BridgeNetworkSource
BridgeNetworkSource.Builder, BridgeNetworkSource.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(BridgeNetworkSource.Builder builder) Constructor that initializes the object based on literal property values passed by theBridgeNetworkSource.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 network source multicast IP.final String(experimental) The setting related to the multicast source.final GatewayNetwork(experimental) The gateway network this source listens on.final NumbergetPort()(experimental) The network source port.final BridgeProtocol(experimental) The network source protocol.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 theBridgeNetworkSource.Builder.
-
-
Method Details
-
getMulticastIp
Description copied from interface:BridgeNetworkSource(experimental) The network source multicast IP.Must be a valid Multicast IP address.
- Specified by:
getMulticastIpin interfaceBridgeNetworkSource
-
getNetwork
Description copied from interface:BridgeNetworkSource(experimental) The gateway network this source listens on.Use
to create the network and pass the same instance to the gateway and to each source that uses it.invalid reference
GatewayNetwork.define- Specified by:
getNetworkin interfaceBridgeNetworkSource
-
getPort
Description copied from interface:BridgeNetworkSource(experimental) The network source port.- Specified by:
getPortin interfaceBridgeNetworkSource
-
getProtocol
Description copied from interface:BridgeNetworkSource(experimental) The network source protocol.- Specified by:
getProtocolin interfaceBridgeNetworkSource
-
getMulticastSourceIp
Description copied from interface:BridgeNetworkSource(experimental) The setting related to the multicast source.The IP address of the source for source-specific multicast (SSM).
Default: - no multicast source IP
- Specified by:
getMulticastSourceIpin interfaceBridgeNetworkSource
-
$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()
-