Class: Aws::MediaConnect::Types::AddBridgeNetworkOutputRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::AddBridgeNetworkOutputRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Add a network output to an existing bridge.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip_address ⇒ String
The network output IP Address.
-
#name ⇒ String
The network output name.
-
#network_name ⇒ String
The network output’s gateway network name.
-
#port ⇒ Integer
The network output port.
-
#protocol ⇒ String
The network output protocol.
-
#ttl ⇒ Integer
The network output TTL.
Instance Attribute Details
#ip_address ⇒ String
The network output IP Address.
73 74 75 76 77 78 79 80 81 82 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 73 class AddBridgeNetworkOutputRequest < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The network output name. This name is used to reference the output and must be unique among outputs in this bridge.
73 74 75 76 77 78 79 80 81 82 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 73 class AddBridgeNetworkOutputRequest < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#network_name ⇒ String
The network output’s gateway network name.
73 74 75 76 77 78 79 80 81 82 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 73 class AddBridgeNetworkOutputRequest < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The network output port.
73 74 75 76 77 78 79 80 81 82 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 73 class AddBridgeNetworkOutputRequest < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The network output protocol.
<note markdown=“1”> Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
</note>
73 74 75 76 77 78 79 80 81 82 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 73 class AddBridgeNetworkOutputRequest < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#ttl ⇒ Integer
The network output TTL.
73 74 75 76 77 78 79 80 81 82 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 73 class AddBridgeNetworkOutputRequest < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |