Class: Aws::MediaConnect::Types::AddBridgeNetworkSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::AddBridgeNetworkSourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Add a network source to an existing bridge.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#multicast_ip ⇒ String
The network source multicast IP.
-
#multicast_source_settings ⇒ Types::MulticastSourceSettings
The IP address of the source for source-specific multicast (SSM).
-
#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.
108 109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 108 class AddBridgeNetworkSourceRequest < Struct.new( :multicast_ip, :multicast_source_settings, :name, :network_name, :port, :protocol) SENSITIVE = [] include Aws::Structure end |
#multicast_source_settings ⇒ Types::MulticastSourceSettings
The IP address of the source for source-specific multicast (SSM).
108 109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 108 class AddBridgeNetworkSourceRequest < 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. This name is used to reference the source and must be unique among sources in this bridge.
108 109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 108 class AddBridgeNetworkSourceRequest < 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.
108 109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 108 class AddBridgeNetworkSourceRequest < Struct.new( :multicast_ip, :multicast_source_settings, :name, :network_name, :port, :protocol) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The network source port.
108 109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 108 class AddBridgeNetworkSourceRequest < Struct.new( :multicast_ip, :multicast_source_settings, :name, :network_name, :port, :protocol) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The network source protocol.
108 109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 108 class AddBridgeNetworkSourceRequest < Struct.new( :multicast_ip, :multicast_source_settings, :name, :network_name, :port, :protocol) SENSITIVE = [] include Aws::Structure end |