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 port.
-
#protocol ⇒ String
The network output protocol.
-
#ttl ⇒ Integer
The network output TTL.
Instance Attribute Details
#ip_address ⇒ String
The network output IP Address.
757 758 759 760 761 762 763 764 765 766 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 757 class BridgeNetworkOutput < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The network output name.
757 758 759 760 761 762 763 764 765 766 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 757 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.
757 758 759 760 761 762 763 764 765 766 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 757 class BridgeNetworkOutput < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The network output port.
757 758 759 760 761 762 763 764 765 766 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 757 class BridgeNetworkOutput < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The network output protocol.
757 758 759 760 761 762 763 764 765 766 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 757 class BridgeNetworkOutput < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#ttl ⇒ Integer
The network output TTL.
757 758 759 760 761 762 763 764 765 766 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 757 class BridgeNetworkOutput < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |