VMware vSphere Automation SDK for .NET 7.0.0.1
|
The SoftwareInfo
class contains information that describes the desired software specification for an ESX host.
More...
Classes | |
class | Builder |
Builder class for SoftwareInfo. More... | |
Public Member Functions | |
SoftwareInfo () | |
Generate all-fields constructor only for errors and standard structures that have relevant fields. | |
vmware.esx.settings.BaseImageInfo | GetBaseImage () |
Base image of the ESX. | |
void | SetBaseImage (vmware.esx.settings.BaseImageInfo baseImage) |
Base image of the ESX. | |
vmware.esx.settings.AddOnInfo | GetAddOn () |
OEM customization on top of given base-image. | |
void | SetAddOn (vmware.esx.settings.AddOnInfo addOn) |
OEM customization on top of given base-image. | |
global::System.Collections.Generic.Dictionary < string, vmware.esx.settings.ComponentInfo > | GetComponents () |
Information about the components in the software specification. | |
void | SetComponents (global::System.Collections.Generic.Dictionary< string, vmware.esx.settings.ComponentInfo > components) |
Information about the components in the software specification. | |
global::System.Collections.Generic.Dictionary < string, vmware.esx.settings.SolutionInfo > | GetSolutions () |
Information about the solutions in the software specification. | |
void | SetSolutions (global::System.Collections.Generic.Dictionary< string, vmware.esx.settings.SolutionInfo > solutions) |
Information about the solutions in the software specification. | |
vmware.esx.settings.HardwareSupportInfo | GetHardwareSupport () |
Information about the Hardware Support Packages (HSP) configured. | |
void | SetHardwareSupport (vmware.esx.settings.HardwareSupportInfo hardwareSupport) |
Information about the Hardware Support Packages (HSP) configured. | |
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 () |
The SoftwareInfo
class contains information that describes the desired software specification for an ESX host.
vmware::esx::settings::SoftwareInfo::SoftwareInfo | ( | ) | [inline] |
Generate all-fields constructor only for errors and standard structures that have relevant fields.
Creates a default new instance.
T vmware::esx::settings::SoftwareInfo::_ConvertTo< T > | ( | ) | [inline] |
T | : | vmware.vapi.bindings.IStructure |
vmware.vapi.data.StructValue vmware::esx::settings::SoftwareInfo::_GetDataValue | ( | ) | [inline] |
vmware.vapi.bindings.type.StructType vmware::esx::settings::SoftwareInfo::_GetType | ( | ) | [inline] |
bool vmware::esx::settings::SoftwareInfo::_HasTypeNameOf< T > | ( | ) | [inline] |
T | : | vmware.vapi.bindings.IStructure |
void vmware::esx::settings::SoftwareInfo::_Validate | ( | ) | [inline] |
override bool vmware::esx::settings::SoftwareInfo::Equals | ( | object | obj | ) | [inline] |
vmware.esx.settings.AddOnInfo vmware::esx::settings::SoftwareInfo::GetAddOn | ( | ) | [inline] |
OEM customization on top of given base-image.
The components in this customization override the components in the base base-image.
vmware.esx.settings.BaseImageInfo vmware::esx::settings::SoftwareInfo::GetBaseImage | ( | ) | [inline] |
Base image of the ESX.
global::System.Collections.Generic.Dictionary<string, vmware.esx.settings.ComponentInfo> vmware::esx::settings::SoftwareInfo::GetComponents | ( | ) | [inline] |
Information about the components in the software specification.
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.settings.component
. 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.settings.component
.
vmware.esx.settings.HardwareSupportInfo vmware::esx::settings::SoftwareInfo::GetHardwareSupport | ( | ) | [inline] |
Information about the Hardware Support Packages (HSP) configured.
override int vmware::esx::settings::SoftwareInfo::GetHashCode | ( | ) | [inline] |
global::System.Collections.Generic.Dictionary<string, vmware.esx.settings.SolutionInfo> vmware::esx::settings::SoftwareInfo::GetSolutions | ( | ) | [inline] |
Information about the solutions in the software specification.
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.settings.solution
. 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.settings.solution
.
void vmware::esx::settings::SoftwareInfo::SetAddOn | ( | vmware.esx.settings.AddOnInfo | addOn | ) | [inline] |
OEM customization on top of given base-image.
The components in this customization override the components in the base base-image.
void vmware::esx::settings::SoftwareInfo::SetBaseImage | ( | vmware.esx.settings.BaseImageInfo | baseImage | ) | [inline] |
Base image of the ESX.
void vmware::esx::settings::SoftwareInfo::SetComponents | ( | global::System.Collections.Generic.Dictionary< string, vmware.esx.settings.ComponentInfo > | components | ) | [inline] |
Information about the components in the software specification.
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.settings.component
. 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.settings.component
.
void vmware::esx::settings::SoftwareInfo::SetHardwareSupport | ( | vmware.esx.settings.HardwareSupportInfo | hardwareSupport | ) | [inline] |
Information about the Hardware Support Packages (HSP) configured.
void vmware::esx::settings::SoftwareInfo::SetSolutions | ( | global::System.Collections.Generic.Dictionary< string, vmware.esx.settings.SolutionInfo > | solutions | ) | [inline] |
Information about the solutions in the software specification.
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.settings.solution
. 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.settings.solution
.
override string vmware::esx::settings::SoftwareInfo::ToString | ( | ) | [inline] |