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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


797
798
799
800
801
802
803
804
805
806
# File 'lib/aws-sdk-mediaconnect/types.rb', line 797

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

#multicast_source_settingsTypes::MulticastSourceSettings

The IP address of the source for source-specific multicast (SSM).



797
798
799
800
801
802
803
804
805
806
# File 'lib/aws-sdk-mediaconnect/types.rb', line 797

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

#nameString

The name of the network source.

Returns:

  • (String)


797
798
799
800
801
802
803
804
805
806
# File 'lib/aws-sdk-mediaconnect/types.rb', line 797

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

#network_nameString

The network source’s gateway network name.

Returns:

  • (String)


797
798
799
800
801
802
803
804
805
806
# File 'lib/aws-sdk-mediaconnect/types.rb', line 797

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

#portInteger

The network source port.

Returns:

  • (Integer)


797
798
799
800
801
802
803
804
805
806
# File 'lib/aws-sdk-mediaconnect/types.rb', line 797

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

#protocolString

The network source protocol.

Returns:

  • (String)


797
798
799
800
801
802
803
804
805
806
# File 'lib/aws-sdk-mediaconnect/types.rb', line 797

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