VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::esx::hcl::Driver Class Reference

The Driver class contains fields describing information about a driver. More...

List of all members.

Classes

class  Builder
 Builder class for Driver. More...

Public Member Functions

 Driver ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
string GetName ()
 The name of the driver.
void SetName (string name)
 The name of the driver.
string GetVersion ()
 The version of the driver.
void SetVersion (string version)
 The version of the driver.
string GetVendor ()
 The vendor that produced the driver.
void SetVendor (string vendor)
 The vendor that produced the driver.
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 Driver class contains fields describing information about a driver.


Constructor & Destructor Documentation

vmware::esx::hcl::Driver::Driver ( ) [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::esx::hcl::Driver::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::esx::hcl::Driver::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::esx::hcl::Driver::_GetType ( ) [inline]
bool vmware::esx::hcl::Driver::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::esx::hcl::Driver::_Validate ( ) [inline]
override bool vmware::esx::hcl::Driver::Equals ( object  obj) [inline]
override int vmware::esx::hcl::Driver::GetHashCode ( ) [inline]
string vmware::esx::hcl::Driver::GetName ( ) [inline]

The name of the driver.

string vmware::esx::hcl::Driver::GetVendor ( ) [inline]

The vendor that produced the driver.

string vmware::esx::hcl::Driver::GetVersion ( ) [inline]

The version of the driver.

void vmware::esx::hcl::Driver::SetName ( string  name) [inline]

The name of the driver.

void vmware::esx::hcl::Driver::SetVendor ( string  vendor) [inline]

The vendor that produced the driver.

void vmware::esx::hcl::Driver::SetVersion ( string  version) [inline]

The version of the driver.

override string vmware::esx::hcl::Driver::ToString ( ) [inline]

The documentation for this class was generated from the following file: