GuestOsnicCustomization interface
Guest OS nic customization
Properties
allocation | IP address allocation method |
dns |
List of dns servers to use |
gateway | Gateway addresses assigned to nic |
ip |
Static ip address for nic |
mask | Network mask for nic |
primary |
primary WINS server for Windows |
secondary |
secondary WINS server for Windows |
Property Details
allocation
IP address allocation method
allocation?: string
Property Value
string
dnsServers
List of dns servers to use
dnsServers?: string[]
Property Value
string[]
gateway
Gateway addresses assigned to nic
gateway?: string[]
Property Value
string[]
ipAddress
Static ip address for nic
ipAddress?: string
Property Value
string
mask
Network mask for nic
mask?: string
Property Value
string
primaryWinsServer
primary WINS server for Windows
primaryWinsServer?: string
Property Value
string
secondaryWinsServer
secondary WINS server for Windows
secondaryWinsServer?: string
Property Value
string