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.
752 753 754 755 756 757 758 759 760 761 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 752 class BridgeNetworkOutput < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The network output name.
752 753 754 755 756 757 758 759 760 761 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 752 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.
752 753 754 755 756 757 758 759 760 761 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 752 class BridgeNetworkOutput < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The network output port.
752 753 754 755 756 757 758 759 760 761 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 752 class BridgeNetworkOutput < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The network output protocol.
752 753 754 755 756 757 758 759 760 761 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 752 class BridgeNetworkOutput < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |
#ttl ⇒ Integer
The network output TTL.
752 753 754 755 756 757 758 759 760 761 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 752 class BridgeNetworkOutput < Struct.new( :ip_address, :name, :network_name, :port, :protocol, :ttl) SENSITIVE = [] include Aws::Structure end |