Virtual Storage Lifecycle Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - NetDhcpConfigInfoDhcpOptions(vim.net.DhcpConfigInfo.DhcpOptions)
- Property of
- NetDhcpConfigInfo
- Extends
- DynamicData
- See also
- KeyValue
- Since
- vSphere API Release 4.1
Data Object Description
Provides for reporting of DHCP client. This data object may be used at a per interface or per system scope.Properties
Name | Type | Description |
---|---|---|
config* | KeyValue[] |
Platform specific settings for DHCP Client.
The key part is a unique number, the value part
is the platform specific configuration command.
For example on Linux, BSD systems using the file dhclient.conf
output would be reported at system scope:
key='1', value='timeout 60;'
key='2', value='reboot 10;'
output reported at per interface scope:
key='1', value='prepend domain-name-servers 192.0.2.1;'
key='2', value='equire subnet-mask, domain-name-servers;'
|
enable | xsd:boolean |
Report state of dhcp client services.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |