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 IP address of the source for source-specific multicast (SSM).
-
#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.
4502 4503 4504 4505 4506 4507 4508 4509 4510 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4502 class UpdateBridgeNetworkSourceRequest < Struct.new( :multicast_ip, :multicast_source_settings, :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).
4502 4503 4504 4505 4506 4507 4508 4509 4510 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4502 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.
4502 4503 4504 4505 4506 4507 4508 4509 4510 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4502 class UpdateBridgeNetworkSourceRequest < Struct.new( :multicast_ip, :multicast_source_settings, :network_name, :port, :protocol) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The network source port.
4502 4503 4504 4505 4506 4507 4508 4509 4510 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4502 class UpdateBridgeNetworkSourceRequest < Struct.new( :multicast_ip, :multicast_source_settings, :network_name, :port, :protocol) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The network source protocol.
4502 4503 4504 4505 4506 4507 4508 4509 4510 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4502 class UpdateBridgeNetworkSourceRequest < Struct.new( :multicast_ip, :multicast_source_settings, :network_name, :port, :protocol) SENSITIVE = [] include Aws::Structure end |