VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::vm::guest::DhcpConfigInfo Class Reference

The DhcpConfigInfo class specifies when Dynamic Host Configuration Protocol is enabled. More...

List of all members.

Classes

class  Builder
 Builder class for DhcpConfigInfo. More...

Public Member Functions

 DhcpConfigInfo ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
bool GetIpv4Enabled ()
 True if IPv4 DHCP is enabled, false otherwise.
void SetIpv4Enabled (bool ipv4Enabled)
 True if IPv4 DHCP is enabled, false otherwise.
bool GetIpv6Enabled ()
 True if IPv6 DHCP is enabled, false otherwise.
void SetIpv6Enabled (bool ipv6Enabled)
 True if IPv6 DHCP is enabled, false otherwise.
vmware.vapi.bindings.type.StructType _GetType ()
vmware.vapi.data.StructValue _GetDataValue ()
void _Validate ()
bool _HasTypeNameOf< T > ()
_ConvertTo< T > ()
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

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: