Class: Aws::MediaConnect::Types::BridgeNetworkOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#ip_addressString

The network output IP Address.

Returns:

  • (String)


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

#nameString

The network output name.

Returns:

  • (String)


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_nameString

The network output’s gateway network name.

Returns:

  • (String)


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

#portInteger

The network output port.

Returns:

  • (Integer)


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

#protocolString

The network output protocol.

Returns:

  • (String)


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

#ttlInteger

The network output TTL.

Returns:

  • (Integer)


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