Class: Aws::MediaLive::Types::InputDeviceNetworkSettings

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

Overview

The network settings for the input device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dns_addressesArray<String>

The DNS addresses of the input device.

Returns:

  • (Array<String>)


6838
6839
6840
6841
6842
6843
6844
6845
6846
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6838

class InputDeviceNetworkSettings < Struct.new(
  :dns_addresses,
  :gateway,
  :ip_address,
  :ip_scheme,
  :subnet_mask)
  SENSITIVE = []
  include Aws::Structure
end

#gatewayString

The network gateway IP address.

Returns:

  • (String)


6838
6839
6840
6841
6842
6843
6844
6845
6846
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6838

class InputDeviceNetworkSettings < Struct.new(
  :dns_addresses,
  :gateway,
  :ip_address,
  :ip_scheme,
  :subnet_mask)
  SENSITIVE = []
  include Aws::Structure
end

#ip_addressString

The IP address of the input device.

Returns:

  • (String)


6838
6839
6840
6841
6842
6843
6844
6845
6846
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6838

class InputDeviceNetworkSettings < Struct.new(
  :dns_addresses,
  :gateway,
  :ip_address,
  :ip_scheme,
  :subnet_mask)
  SENSITIVE = []
  include Aws::Structure
end

#ip_schemeString

Specifies whether the input device has been configured (outside of MediaLive) to use a dynamic IP address assignment (DHCP) or a static IP address.

Returns:

  • (String)


6838
6839
6840
6841
6842
6843
6844
6845
6846
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6838

class InputDeviceNetworkSettings < Struct.new(
  :dns_addresses,
  :gateway,
  :ip_address,
  :ip_scheme,
  :subnet_mask)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_maskString

The subnet mask of the input device.

Returns:

  • (String)


6838
6839
6840
6841
6842
6843
6844
6845
6846
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6838

class InputDeviceNetworkSettings < Struct.new(
  :dns_addresses,
  :gateway,
  :ip_address,
  :ip_scheme,
  :subnet_mask)
  SENSITIVE = []
  include Aws::Structure
end