public class NetworkInfo extends Object
Modifier and Type | Field and Description |
---|---|
String |
address
IP address.
|
Boolean |
dhcpEnabled
returns true if DHCP is enabled.
|
String |
dnsName
DNS Name.
|
String |
gateway
Gateway.
|
String |
macAddress
MAC address.
|
Boolean |
snmpEnabled
returns true if SNMP is enabled.
|
String |
subnetMask
Subnet mask.
|
Constructor and Description |
---|
NetworkInfo()
Instantiates the NetworkInfo class
|
public String macAddress
public String address
public String subnetMask
public String gateway
public String dnsName
public Boolean dhcpEnabled
public Boolean snmpEnabled
© 2016 ZIH Corp. All Rights Reserved.