| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
IPv4 addresses are in dot-decimal notation, e.g.: 192.0.2.235
IPv6 addresses are in colon-hexadecimal notation, e.g.: 2001:0db8:85a3::0370:7334
Properties
Name | Type | Description |
---|---|---|
dhcpServerAvailable* | xsd:boolean |
Whether a DHCP server is available on this network.
|
dns* | xsd:string[] |
DNS servers
For example:
If an empty list is passed, the existing value remains unchanged. To clear this
list, pass an array containing the empty string as it's only element.
|
gateway* | xsd:string |
Gateway. This can be an empty string - if no gateway is configured.
Examples:
|
ipPoolEnabled* | xsd:boolean |
IP addresses can only be allocated from the range if the IP pool is
enabled.
|
netmask* | xsd:string |
Netmask
For example:
|
range* | xsd:string |
IP range. This is specified as a set of ranges separated with commas.
One range is given by a start address, a hash (#), and the length
of the range.
For example:
|
subnetAddress* | xsd:string |
Address of the subnet.
For example:
|
Properties inherited from DynamicData | ||
None |
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |