The DhcpConfigInfo class specifies when Dynamic Host Configuration Protocol is enabled.
More...
List of all members.
Detailed Description
The DhcpConfigInfo class specifies when Dynamic Host Configuration Protocol is enabled.
This class was added in vSphere API 7.0.0.
Constructor & Destructor Documentation
| vmware::vcenter::vm::guest::DhcpConfigInfo::DhcpConfigInfo |
( |
| ) |
[inline] |
Generate all-fields constructor only for errors and standard structures that have relevant fields.
Creates a default new instance.
Member Function Documentation
| T vmware::vcenter::vm::guest::DhcpConfigInfo::_ConvertTo< T > |
( |
| ) |
[inline] |
- Type Constraints
-
| T | : | vmware.vapi.bindings.IStructure | |
| vmware.vapi.data.StructValue vmware::vcenter::vm::guest::DhcpConfigInfo::_GetDataValue |
( |
| ) |
[inline] |
| vmware.vapi.bindings.type.StructType vmware::vcenter::vm::guest::DhcpConfigInfo::_GetType |
( |
| ) |
[inline] |
| bool vmware::vcenter::vm::guest::DhcpConfigInfo::_HasTypeNameOf< T > |
( |
| ) |
[inline] |
- Type Constraints
-
| T | : | vmware.vapi.bindings.IStructure | |
| void vmware::vcenter::vm::guest::DhcpConfigInfo::_Validate |
( |
| ) |
[inline] |
| override bool vmware::vcenter::vm::guest::DhcpConfigInfo::Equals |
( |
object |
obj | ) |
[inline] |
| override int vmware::vcenter::vm::guest::DhcpConfigInfo::GetHashCode |
( |
| ) |
[inline] |
| bool vmware::vcenter::vm::guest::DhcpConfigInfo::GetIpv4Enabled |
( |
| ) |
[inline] |
True if IPv4 DHCP is enabled, false otherwise.
This attribute was added in vSphere API 7.0.0.
| bool vmware::vcenter::vm::guest::DhcpConfigInfo::GetIpv6Enabled |
( |
| ) |
[inline] |
True if IPv6 DHCP is enabled, false otherwise.
This attribute was added in vSphere API 7.0.0.
| void vmware::vcenter::vm::guest::DhcpConfigInfo::SetIpv4Enabled |
( |
bool |
ipv4Enabled | ) |
[inline] |
True if IPv4 DHCP is enabled, false otherwise.
This attribute was added in vSphere API 7.0.0.
| void vmware::vcenter::vm::guest::DhcpConfigInfo::SetIpv6Enabled |
( |
bool |
ipv6Enabled | ) |
[inline] |
True if IPv6 DHCP is enabled, false otherwise.
This attribute was added in vSphere API 7.0.0.
| override string vmware::vcenter::vm::guest::DhcpConfigInfo::ToString |
( |
| ) |
[inline] |
The documentation for this class was generated from the following file: