VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::esx::settings::HardwareSupportPackageSpec Class Reference

The HardwareSupportPackageSpec class contains fields to describe the desired Hardware Support Package (HSP) configured for a single device or distinct group of devices (typically the OEM's, including BIOS, device firmware and OEM-supplied driver or agent components). More...

List of all members.

Classes

class  Builder
 Builder class for HardwareSupportPackageSpec. More...

Public Member Functions

 HardwareSupportPackageSpec ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
string GetPkg ()
 Hardware Support Package (HSP) selected When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: com.vmware.esx.setting.hardware_support.package .
void SetPkg (string pkg)
 Hardware Support Package (HSP) selected When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: com.vmware.esx.setting.hardware_support.package .
string GetVersion ()
 Version of the Hardware Support Package (HSP) selected (e.g.
void SetVersion (string version)
 Version of the Hardware Support Package (HSP) selected (e.g.
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 HardwareSupportPackageSpec class contains fields to describe the desired Hardware Support Package (HSP) configured for a single device or distinct group of devices (typically the OEM's, including BIOS, device firmware and OEM-supplied driver or agent components).


Constructor & Destructor Documentation

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

Hardware Support Package (HSP) selected When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: com.vmware.esx.setting.hardware_support.package .

When methods return a value of this class as a result, the field will be an identifier for the resource type: com.vmware.esx.setting.hardware_support.package .

string vmware::esx::settings::HardwareSupportPackageSpec::GetVersion ( ) [inline]

Version of the Hardware Support Package (HSP) selected (e.g.

"20180128.1" or "v42")

void vmware::esx::settings::HardwareSupportPackageSpec::SetPkg ( string  pkg) [inline]

Hardware Support Package (HSP) selected When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: com.vmware.esx.setting.hardware_support.package .

When methods return a value of this class as a result, the field will be an identifier for the resource type: com.vmware.esx.setting.hardware_support.package .

void vmware::esx::settings::HardwareSupportPackageSpec::SetVersion ( string  version) [inline]

Version of the Hardware Support Package (HSP) selected (e.g.

"20180128.1" or "v42")

override string vmware::esx::settings::HardwareSupportPackageSpec::ToString ( ) [inline]

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