Class CfnBridge.BridgeNetworkSourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.CfnBridge.BridgeNetworkSourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBridge.BridgeNetworkSourceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBridge.BridgeNetworkSourceProperty
@Stability(Stable)
@Internal
public static final class CfnBridge.BridgeNetworkSourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBridge.BridgeNetworkSourceProperty
An implementation for
CfnBridge.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.CfnBridge.BridgeNetworkSourceProperty
CfnBridge.BridgeNetworkSourceProperty.Builder, CfnBridge.BridgeNetworkSourceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBridge.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 StringgetName()The name of the network 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 theCfnBridge.BridgeNetworkSourceProperty.Builder.
-
-
Method Details
-
getMulticastIp
Description copied from interface:CfnBridge.BridgeNetworkSourcePropertyThe network source multicast IP.- Specified by:
getMulticastIpin interfaceCfnBridge.BridgeNetworkSourceProperty- See Also:
-
getName
Description copied from interface:CfnBridge.BridgeNetworkSourcePropertyThe name of the network source.- Specified by:
getNamein interfaceCfnBridge.BridgeNetworkSourceProperty- See Also:
-
getNetworkName
Description copied from interface:CfnBridge.BridgeNetworkSourcePropertyThe network source's gateway network name.- Specified by:
getNetworkNamein interfaceCfnBridge.BridgeNetworkSourceProperty- See Also:
-
getPort
Description copied from interface:CfnBridge.BridgeNetworkSourcePropertyThe network source port.- Specified by:
getPortin interfaceCfnBridge.BridgeNetworkSourceProperty- See Also:
-
getProtocol
Description copied from interface:CfnBridge.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 interfaceCfnBridge.BridgeNetworkSourceProperty- See Also:
-
getMulticastSourceSettings
Description copied from interface:CfnBridge.BridgeNetworkSourcePropertyThe settings related to the multicast source.Returns union: either
IResolvableorCfnBridge.MulticastSourceSettingsProperty- Specified by:
getMulticastSourceSettingsin interfaceCfnBridge.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()
-