The AddOnInfo class contains fields that describe a specific OEM customization add-on.
More...
List of all members.
Classes |
| class | Builder |
| | Builder class for AddOnInfo. More...
|
Public Member Functions |
| | AddOnInfo () |
| | Generate all-fields constructor only for errors and standard structures that have relevant fields.
|
| string | GetName () |
| | Name of the add-on When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: com.vmware.esx.hosts.add_on .
|
| void | SetName (string name) |
| | Name of the add-on When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: com.vmware.esx.hosts.add_on .
|
| string | GetVersion () |
| | Version of the add-on.
|
| void | SetVersion (string version) |
| | Version of the add-on.
|
| string | GetDisplayName () |
| | Display name of the OEM add-on.
|
| void | SetDisplayName (string displayName) |
| | Display name of the OEM add-on.
|
| string | GetVendor () |
| | Vendor of the OEM add-on.
|
| void | SetVendor (string vendor) |
| | Vendor of the OEM add-on.
|
| string | GetDisplayVersion () |
| | Human readable version of the OEM add-on.
|
| void | SetDisplayVersion (string displayVersion) |
| | Human readable version of the OEM add-on.
|
| 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 AddOnInfo class contains fields that describe a specific OEM customization add-on.
Constructor & Destructor Documentation
| vmware::esx::hosts::AddOnInfo::AddOnInfo |
( |
| ) |
[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::hosts::AddOnInfo::_ConvertTo< T > |
( |
| ) |
[inline] |
- Type Constraints
-
| T | : | vmware.vapi.bindings.IStructure | |
| vmware.vapi.data.StructValue vmware::esx::hosts::AddOnInfo::_GetDataValue |
( |
| ) |
[inline] |
| vmware.vapi.bindings.type.StructType vmware::esx::hosts::AddOnInfo::_GetType |
( |
| ) |
[inline] |
| bool vmware::esx::hosts::AddOnInfo::_HasTypeNameOf< T > |
( |
| ) |
[inline] |
- Type Constraints
-
| T | : | vmware.vapi.bindings.IStructure | |
| void vmware::esx::hosts::AddOnInfo::_Validate |
( |
| ) |
[inline] |
| override bool vmware::esx::hosts::AddOnInfo::Equals |
( |
object |
obj | ) |
[inline] |
| string vmware::esx::hosts::AddOnInfo::GetDisplayName |
( |
| ) |
[inline] |
Display name of the OEM add-on.
| string vmware::esx::hosts::AddOnInfo::GetDisplayVersion |
( |
| ) |
[inline] |
Human readable version of the OEM add-on.
| override int vmware::esx::hosts::AddOnInfo::GetHashCode |
( |
| ) |
[inline] |
| string vmware::esx::hosts::AddOnInfo::GetName |
( |
| ) |
[inline] |
Name of the add-on When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: com.vmware.esx.hosts.add_on .
When methods return a value of this class as a result, the field will be an identifier for the resource type: com.vmware.esx.hosts.add_on .
| string vmware::esx::hosts::AddOnInfo::GetVendor |
( |
| ) |
[inline] |
Vendor of the OEM add-on.
| string vmware::esx::hosts::AddOnInfo::GetVersion |
( |
| ) |
[inline] |
| void vmware::esx::hosts::AddOnInfo::SetDisplayName |
( |
string |
displayName | ) |
[inline] |
Display name of the OEM add-on.
| void vmware::esx::hosts::AddOnInfo::SetDisplayVersion |
( |
string |
displayVersion | ) |
[inline] |
Human readable version of the OEM add-on.
| void vmware::esx::hosts::AddOnInfo::SetName |
( |
string |
name | ) |
[inline] |
Name of the add-on When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: com.vmware.esx.hosts.add_on .
When methods return a value of this class as a result, the field will be an identifier for the resource type: com.vmware.esx.hosts.add_on .
| void vmware::esx::hosts::AddOnInfo::SetVendor |
( |
string |
vendor | ) |
[inline] |
Vendor of the OEM add-on.
| void vmware::esx::hosts::AddOnInfo::SetVersion |
( |
string |
version | ) |
[inline] |
| override string vmware::esx::hosts::AddOnInfo::ToString |
( |
| ) |
[inline] |
The documentation for this class was generated from the following file: