Class: Aws::MediaConnect::Types::UpdateBridgeNetworkSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateBridgeNetworkSourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Update the network source of the bridge.
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.
-
#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.
4714 4715 4716 4717 4718 4719 4720 4721 4722 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4714 class UpdateBridgeNetworkSourceRequest < Struct.new( :multicast_ip, :multicast_source_settings, :network_name, :port, :protocol) SENSITIVE = [] include Aws::Structure end |
#multicast_source_settings ⇒ Types::MulticastSourceSettings
The settings related to the multicast source.
4714 4715 4716 4717 4718 4719 4720 4721 4722 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4714 class UpdateBridgeNetworkSourceRequest < Struct.new( :multicast_ip, :multicast_source_settings, :network_name, :port, :protocol) SENSITIVE = [] include Aws::Structure end |
#network_name ⇒ String
The network source’s gateway network name.
4714 4715 4716 4717 4718 4719 4720 4721 4722 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4714 class UpdateBridgeNetworkSourceRequest < Struct.new( :multicast_ip, :multicast_source_settings, :network_name, :port, :protocol) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The network source port.
4714 4715 4716 4717 4718 4719 4720 4721 4722 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4714 class UpdateBridgeNetworkSourceRequest < Struct.new( :multicast_ip, :multicast_source_settings, :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>
4714 4715 4716 4717 4718 4719 4720 4721 4722 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4714 class UpdateBridgeNetworkSourceRequest < Struct.new( :multicast_ip, :multicast_source_settings, :network_name, :port, :protocol) SENSITIVE = [] include Aws::Structure end |