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.
68 69 70 71 72 73 74 75 76 77 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 68 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.
68 69 70 71 72 73 74 75 76 77 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 68 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.
68 69 70 71 72 73 74 75 76 77 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 68 class AddBridgeNetworkOutputRequest < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The network output port.
68 69 70 71 72 73 74 75 76 77 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 68 class AddBridgeNetworkOutputRequest < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The network output protocol.
68 69 70 71 72 73 74 75 76 77 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 68 class AddBridgeNetworkOutputRequest < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#ttl ⇒ Integer
The network output TTL.
68 69 70 71 72 73 74 75 76 77 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 68 class AddBridgeNetworkOutputRequest < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |