Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
Loading...
Searching...
No Matches
Public Attributes | List of all members
net::InterfaceIpSettings Struct Reference

Interface specific IP settings. More...

Public Attributes

boolean enabled
 Controls if IPv4/IPv6 is enabled. More...
 
IpConfigMethod configMethod
 Interface configuration method. More...
 
IpAddrCidr staticAddrCidr
 Statically assigned IPv4/IPv6 address (CIDR) More...
 
string staticDefaultGatewayAddr
 Statically assigned default gateway address. More...
 
string dhcpPreferredHostname
 Preferred hostname (only used with DHCP) More...
 

Detailed Description

Interface specific IP settings.

Definition at line 111 of file Net.idl.

Member Data Documentation

◆ configMethod

IpConfigMethod net::InterfaceIpSettings::configMethod

Interface configuration method.

Definition at line 113 of file Net.idl.

◆ dhcpPreferredHostname

string net::InterfaceIpSettings::dhcpPreferredHostname

Preferred hostname (only used with DHCP)

Definition at line 116 of file Net.idl.

◆ enabled

boolean net::InterfaceIpSettings::enabled

Controls if IPv4/IPv6 is enabled.

Definition at line 112 of file Net.idl.

◆ staticAddrCidr

IpAddrCidr net::InterfaceIpSettings::staticAddrCidr

Statically assigned IPv4/IPv6 address (CIDR)

Definition at line 114 of file Net.idl.

◆ staticDefaultGatewayAddr

string net::InterfaceIpSettings::staticDefaultGatewayAddr

Statically assigned default gateway address.

Definition at line 115 of file Net.idl.


The documentation for this struct was generated from the following file: