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

The Firmware class contains fields describing information about a firmware. More...

List of all members.

Classes

class  Builder
 Builder class for Firmware. More...

Public Member Functions

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


Constructor & Destructor Documentation

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

The vendor that produced the firmware.

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

The version of the firmware.

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

The vendor that produced the firmware.

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

The version of the firmware.

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

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