Class CfnBridgeSource.BridgeNetworkSourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.CfnBridgeSource.BridgeNetworkSourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBridgeSource.BridgeNetworkSourceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBridgeSource.BridgeNetworkSourceProperty
@Stability(Stable)
@Internal
public static final class CfnBridgeSource.BridgeNetworkSourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBridgeSource.BridgeNetworkSourceProperty
An implementation for
CfnBridgeSource.BridgeNetworkSourceProperty-
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.CfnBridgeSource.BridgeNetworkSourceProperty
CfnBridgeSource.BridgeNetworkSourceProperty.Builder, CfnBridgeSource.BridgeNetworkSourceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBridgeSource.BridgeNetworkSourceProperty.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 StringThe network source multicast IP.final ObjectThe settings related to the multicast source.final StringThe network source's gateway network name.final NumbergetPort()The network source port.final StringThe 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 theCfnBridgeSource.BridgeNetworkSourceProperty.Builder.
-
-
Method Details
-
getMulticastIp
Description copied from interface:CfnBridgeSource.BridgeNetworkSourcePropertyThe network source multicast IP.- Specified by:
getMulticastIpin interfaceCfnBridgeSource.BridgeNetworkSourceProperty- See Also:
-
getNetworkName
Description copied from interface:CfnBridgeSource.BridgeNetworkSourcePropertyThe network source's gateway network name.- Specified by:
getNetworkNamein interfaceCfnBridgeSource.BridgeNetworkSourceProperty- See Also:
-
getPort
Description copied from interface:CfnBridgeSource.BridgeNetworkSourcePropertyThe network source port.- Specified by:
getPortin interfaceCfnBridgeSource.BridgeNetworkSourceProperty- See Also:
-
getProtocol
Description copied from interface:CfnBridgeSource.BridgeNetworkSourcePropertyThe network source protocol.AWS Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
- Specified by:
getProtocolin interfaceCfnBridgeSource.BridgeNetworkSourceProperty- See Also:
-
getMulticastSourceSettings
Description copied from interface:CfnBridgeSource.BridgeNetworkSourcePropertyThe settings related to the multicast source.Returns union: either
IResolvableorCfnBridgeSource.MulticastSourceSettingsProperty- Specified by:
getMulticastSourceSettingsin interfaceCfnBridgeSource.BridgeNetworkSourceProperty- 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()
-