You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#dns_addressesArray<String>

The DNS addresses of the input device.

Returns:

  • (Array<String>)

    The DNS addresses of the input device.

#gatewayString

The network gateway IP address.

Returns:

  • (String)

    The network gateway IP address.

#ip_addressString

The IP address of the input device.

Returns:

  • (String)

    The IP address of the input device.

#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.

Possible values:

  • STATIC
  • DHCP

Returns:

  • (String)

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

#subnet_maskString

The subnet mask of the input device.

Returns:

  • (String)

    The subnet mask of the input device.