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

The HardwareSupportSpec class contains fields to describe the desired Hardware Support Package (HSP) configured for a cluster. More...

List of all members.

Classes

class  Builder
 Builder class for HardwareSupportSpec. More...

Public Member Functions

 HardwareSupportSpec ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
global::System.Collections.Generic.Dictionary
< string,
vmware.esx.settings.HardwareSupportPackageSpec
GetPackages ()
 Map of Hardware Support Packages (HSPs) for the cluster.
void SetPackages (global::System.Collections.Generic.Dictionary< string, vmware.esx.settings.HardwareSupportPackageSpec > packages)
 Map of Hardware Support Packages (HSPs) for the cluster.
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 HardwareSupportSpec class contains fields to describe the desired Hardware Support Package (HSP) configured for a cluster.


Constructor & Destructor Documentation

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

Map of Hardware Support Packages (HSPs) for the cluster.

The key is the Hardware Support Manager (HSM) name and the value is the specification detailing the HSP configured for that HSM. When clients pass a value of this class as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.esx.setting.hardware_support.manager . When methods return a value of this class as a result, the key in the field map will be an identifier for the resource type: com.vmware.esx.setting.hardware_support.manager .

void vmware::esx::settings::HardwareSupportSpec::SetPackages ( global::System.Collections.Generic.Dictionary< string, vmware.esx.settings.HardwareSupportPackageSpec packages) [inline]

Map of Hardware Support Packages (HSPs) for the cluster.

The key is the Hardware Support Manager (HSM) name and the value is the specification detailing the HSP configured for that HSM. When clients pass a value of this class as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.esx.setting.hardware_support.manager . When methods return a value of this class as a result, the key in the field map will be an identifier for the resource type: com.vmware.esx.setting.hardware_support.manager .

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

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