VirtualBox Main API
Public Attributes | List of all members
IHostOnlyNetwork Interface Reference
Inheritance diagram for IHostOnlyNetwork:

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.
 

Member Data Documentation

◆ networkName

attribute wstring IHostOnlyNetwork::networkName

TBD: User-friendly, descriptive name of host-only network.

For example, "Host-only network 192.168.56.0".

◆ enabled

attribute boolean IHostOnlyNetwork::enabled

◆ networkMask

attribute wstring IHostOnlyNetwork::networkMask

specifies network mask

◆ hostIP

readonly attribute wstring IHostOnlyNetwork::hostIP

host IP address, which usually is the lower IP address of DHCP range.

◆ lowerIP

attribute wstring IHostOnlyNetwork::lowerIP

specifies from IP address in DHCP address range

◆ upperIP

attribute wstring IHostOnlyNetwork::upperIP

specifies to IP address in DHCP address range

◆ id

attribute wstringUUID IHostOnlyNetwork::id

Host-only network ID.