The HardwareSupportPackageInfo
class contains information to describe the desired Hardware Support Package (HSP) configured for a single device or distinct group of devices (typically the OEM's, including BIOS and device firmware).
More...
List of all members.
Classes |
class | Builder |
| Builder class for HardwareSupportPackageInfo. More...
|
Public Member Functions |
| HardwareSupportPackageInfo () |
| Generate all-fields constructor only for errors and standard structures that have relevant fields.
|
string | GetPkg () |
| Identifier of 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) |
| Identifier of 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 > () |
T | _ConvertTo< T > () |
override bool | Equals (object obj) |
override int | GetHashCode () |
override string | ToString () |
Detailed Description
The HardwareSupportPackageInfo
class contains information to describe the desired Hardware Support Package (HSP) configured for a single device or distinct group of devices (typically the OEM's, including BIOS and device firmware).
Constructor & Destructor Documentation
vmware::esx::settings::HardwareSupportPackageInfo::HardwareSupportPackageInfo |
( |
| ) |
[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::HardwareSupportPackageInfo::_ConvertTo< T > |
( |
| ) |
[inline] |
- Type Constraints
-
T | : | vmware.vapi.bindings.IStructure | |
vmware.vapi.data.StructValue vmware::esx::settings::HardwareSupportPackageInfo::_GetDataValue |
( |
| ) |
[inline] |
vmware.vapi.bindings.type.StructType vmware::esx::settings::HardwareSupportPackageInfo::_GetType |
( |
| ) |
[inline] |
bool vmware::esx::settings::HardwareSupportPackageInfo::_HasTypeNameOf< T > |
( |
| ) |
[inline] |
- Type Constraints
-
T | : | vmware.vapi.bindings.IStructure | |
void vmware::esx::settings::HardwareSupportPackageInfo::_Validate |
( |
| ) |
[inline] |
override bool vmware::esx::settings::HardwareSupportPackageInfo::Equals |
( |
object |
obj | ) |
[inline] |
override int vmware::esx::settings::HardwareSupportPackageInfo::GetHashCode |
( |
| ) |
[inline] |
string vmware::esx::settings::HardwareSupportPackageInfo::GetPkg |
( |
| ) |
[inline] |
Identifier of 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::HardwareSupportPackageInfo::GetVersion |
( |
| ) |
[inline] |
Version of the Hardware Support Package (HSP) selected (e.g.
"20180128.1" or "v42")
void vmware::esx::settings::HardwareSupportPackageInfo::SetPkg |
( |
string |
pkg | ) |
[inline] |
Identifier of 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::HardwareSupportPackageInfo::SetVersion |
( |
string |
version | ) |
[inline] |
Version of the Hardware Support Package (HSP) selected (e.g.
"20180128.1" or "v42")
override string vmware::esx::settings::HardwareSupportPackageInfo::ToString |
( |
| ) |
[inline] |
The documentation for this class was generated from the following file: