Class: Aws::MediaConnect::Types::AddBridgeNetworkOutputRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconnect/types.rb

Overview

Add a network output to an existing bridge.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ip_addressString

The network output IP Address.



73
74
75
76
77
78
79
80
81
82
# File 'lib/aws-sdk-mediaconnect/types.rb', line 73

class AddBridgeNetworkOutputRequest < Struct.new(
  :ip_address,
  :name,
  :network_name,
  :port,
  :protocol,
  :ttl)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The network output name. This name is used to reference the output and must be unique among outputs in this bridge.



73
74
75
76
77
78
79
80
81
82
# File 'lib/aws-sdk-mediaconnect/types.rb', line 73

class AddBridgeNetworkOutputRequest < Struct.new(
  :ip_address,
  :name,
  :network_name,
  :port,
  :protocol,
  :ttl)
  SENSITIVE = []
  include Aws::Structure
end

#network_nameString

The network output’s gateway network name.



73
74
75
76
77
78
79
80
81
82
# File 'lib/aws-sdk-mediaconnect/types.rb', line 73

class AddBridgeNetworkOutputRequest < Struct.new(
  :ip_address,
  :name,
  :network_name,
  :port,
  :protocol,
  :ttl)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The network output port.



73
74
75
76
77
78
79
80
81
82
# File 'lib/aws-sdk-mediaconnect/types.rb', line 73

class AddBridgeNetworkOutputRequest < Struct.new(
  :ip_address,
  :name,
  :network_name,
  :port,
  :protocol,
  :ttl)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

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>


73
74
75
76
77
78
79
80
81
82
# File 'lib/aws-sdk-mediaconnect/types.rb', line 73

class AddBridgeNetworkOutputRequest < Struct.new(
  :ip_address,
  :name,
  :network_name,
  :port,
  :protocol,
  :ttl)
  SENSITIVE = []
  include Aws::Structure
end

#ttlInteger

The network output TTL.



73
74
75
76
77
78
79
80
81
82
# File 'lib/aws-sdk-mediaconnect/types.rb', line 73

class AddBridgeNetworkOutputRequest < Struct.new(
  :ip_address,
  :name,
  :network_name,
  :port,
  :protocol,
  :ttl)
  SENSITIVE = []
  include Aws::Structure
end