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.
1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1029 class BridgeNetworkOutput < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The network output name.
1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1029 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.
1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1029 class BridgeNetworkOutput < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The network output’s port.
1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1029 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>
1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1029 class BridgeNetworkOutput < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#ttl ⇒ Integer
The network output TTL.
1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1029 class BridgeNetworkOutput < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |