Class: Aws::MediaConnect::Types::BridgeNetworkSource

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

Overview

The source of the bridge. A network source originates at your premises.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#multicast_ipString

The network source multicast IP.

Returns:

  • (String)


781
782
783
784
785
786
787
788
789
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 781

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

#nameString

The name of the network source.

Returns:

  • (String)


781
782
783
784
785
786
787
788
789
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 781

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

#network_nameString

The network source's gateway network name.

Returns:

  • (String)


781
782
783
784
785
786
787
788
789
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 781

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

#portInteger

The network source port.

Returns:

  • (Integer)


781
782
783
784
785
786
787
788
789
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 781

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

#protocolString

The network source protocol.

Returns:

  • (String)


781
782
783
784
785
786
787
788
789
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 781

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