Class: Aws::MediaConnect::Types::BridgeNetworkOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::BridgeNetworkOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The output of the bridge. A network output is delivered to your premises.
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’s port.
-
#protocol ⇒ String
The network output protocol.
-
#ttl ⇒ Integer
The network output TTL.
Instance Attribute Details
#ip_address ⇒ String
The network output IP address.
822 823 824 825 826 827 828 829 830 831 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 822 class BridgeNetworkOutput < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The network output name.
822 823 824 825 826 827 828 829 830 831 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 822 class BridgeNetworkOutput < 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.
822 823 824 825 826 827 828 829 830 831 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 822 class BridgeNetworkOutput < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The network output’s port.
822 823 824 825 826 827 828 829 830 831 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 822 class BridgeNetworkOutput < 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>
822 823 824 825 826 827 828 829 830 831 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 822 class BridgeNetworkOutput < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#ttl ⇒ Integer
The network output TTL.
822 823 824 825 826 827 828 829 830 831 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 822 class BridgeNetworkOutput < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |