Class: Aws::MediaConnect::Types::UpdateBridgeNetworkOutputRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateBridgeNetworkOutputRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Update an existing network output.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip_address ⇒ String
The network output IP Address.
-
#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.
4675 4676 4677 4678 4679 4680 4681 4682 4683 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4675 class UpdateBridgeNetworkOutputRequest < Struct.new( :ip_address, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#network_name ⇒ String
The network output’s gateway network name.
4675 4676 4677 4678 4679 4680 4681 4682 4683 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4675 class UpdateBridgeNetworkOutputRequest < Struct.new( :ip_address, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The network output port.
4675 4676 4677 4678 4679 4680 4681 4682 4683 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4675 class UpdateBridgeNetworkOutputRequest < Struct.new( :ip_address, :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>
4675 4676 4677 4678 4679 4680 4681 4682 4683 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4675 class UpdateBridgeNetworkOutputRequest < Struct.new( :ip_address, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#ttl ⇒ Integer
The network output TTL.
4675 4676 4677 4678 4679 4680 4681 4682 4683 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4675 class UpdateBridgeNetworkOutputRequest < Struct.new( :ip_address, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |