package model type EthernetStaticIPRequest struct { Id string Ipv4Addresses string Ipv4Method string DNS string Gateway string } type EthernetInfo struct { MacAddress string Ipv4Addresses string Gateway string DNS []string }