Class: Aws::MediaConnect::Types::BridgeNetworkSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::BridgeNetworkSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The source of the bridge. A network source originates at your premises.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#multicast_ip ⇒ String
The network source multicast IP.
-
#multicast_source_settings ⇒ Types::MulticastSourceSettings
The settings related to the multicast source.
-
#name ⇒ String
The name of the network source.
-
#network_name ⇒ String
The network source’s gateway network name.
-
#port ⇒ Integer
The network source port.
-
#protocol ⇒ String
The network source protocol.
Instance Attribute Details
#multicast_ip ⇒ String
The network source multicast IP.
1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1074 class BridgeNetworkSource < Struct.new( :multicast_ip, :multicast_source_settings, :name, :network_name, :port, :protocol) SENSITIVE = [] include Aws::Structure end |
#multicast_source_settings ⇒ Types::MulticastSourceSettings
The settings related to the multicast source.
1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1074 class BridgeNetworkSource < Struct.new( :multicast_ip, :multicast_source_settings, :name, :network_name, :port, :protocol) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the network source.
1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1074 class BridgeNetworkSource < Struct.new( :multicast_ip, :multicast_source_settings, :name, :network_name, :port, :protocol) SENSITIVE = [] include Aws::Structure end |
#network_name ⇒ String
The network source’s gateway network name.
1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1074 class BridgeNetworkSource < Struct.new( :multicast_ip, :multicast_source_settings, :name, :network_name, :port, :protocol) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The network source port.
1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1074 class BridgeNetworkSource < Struct.new( :multicast_ip, :multicast_source_settings, :name, :network_name, :port, :protocol) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The network source protocol.
<note markdown=“1”> Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
</note>
1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1074 class BridgeNetworkSource < Struct.new( :multicast_ip, :multicast_source_settings, :name, :network_name, :port, :protocol) SENSITIVE = [] include Aws::Structure end |