class Aws::Panorama::Types::NetworkPayload

The network configuration for a device.

@note When making an API call, you may pass NetworkPayload

data as a hash:

    {
      ethernet_0: {
        connection_type: "STATIC_IP", # required, accepts STATIC_IP, DHCP
        static_ip_connection_info: {
          default_gateway: "DefaultGateway", # required
          dns: ["Dns"], # required
          ip_address: "IpAddress", # required
          mask: "Mask", # required
        },
      },
      ethernet_1: {
        connection_type: "STATIC_IP", # required, accepts STATIC_IP, DHCP
        static_ip_connection_info: {
          default_gateway: "DefaultGateway", # required
          dns: ["Dns"], # required
          ip_address: "IpAddress", # required
          mask: "Mask", # required
        },
      },
      ntp: {
        ntp_servers: ["IpAddressOrServerName"], # required
      },
    }

@!attribute [rw] ethernet_0

Settings for Ethernet port 0.
@return [Types::EthernetPayload]

@!attribute [rw] ethernet_1

Settings for Ethernet port 1.
@return [Types::EthernetPayload]

@!attribute [rw] ntp

Network time protocol (NTP) server settings.
@return [Types::NtpPayload]

@see docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/NetworkPayload AWS API Documentation

Constants

SENSITIVE