| VirtualBox Main API
    | 
 
 | Public Attributes | |
| attribute wstring | networkName | 
| TBD: User-friendly, descriptive name of host-only network. | |
| attribute boolean | enabled | 
| attribute wstring | networkMask | 
| specifies network mask | |
| readonly attribute wstring | hostIP | 
| host IP address, which usually is the lower IP address of DHCP range. | |
| attribute wstring | lowerIP | 
| specifies from IP address in DHCP address range | |
| attribute wstring | upperIP | 
| specifies to IP address in DHCP address range | |
| attribute wstringUUID | id | 
| Host-only network ID. | |
| attribute wstring IHostOnlyNetwork::networkName | 
TBD: User-friendly, descriptive name of host-only network.
For example, "Host-only network 192.168.56.0".
| attribute boolean IHostOnlyNetwork::enabled | 
| attribute wstring IHostOnlyNetwork::networkMask | 
specifies network mask
| readonly attribute wstring IHostOnlyNetwork::hostIP | 
host IP address, which usually is the lower IP address of DHCP range.
| attribute wstring IHostOnlyNetwork::lowerIP | 
specifies from IP address in DHCP address range
| attribute wstring IHostOnlyNetwork::upperIP | 
specifies to IP address in DHCP address range
| attribute wstringUUID IHostOnlyNetwork::id | 
Host-only network ID.