|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
The AddOnCompliance class contains information that describe the compliance of the OEM add-on with respect to the add-on present in the target software specification.
More...
Classes | |
| class | Builder |
| Builder class for AddOnCompliance. More... | |
Public Member Functions | |
| AddOnCompliance () | |
| Generate all-fields constructor only for errors and standard structures that have relevant fields. | |
| vmware.esx.settings.ComplianceStatus | GetStatus () |
| Compliance status of the OEM add-on. | |
| void | SetStatus (vmware.esx.settings.ComplianceStatus status) |
| Compliance status of the OEM add-on. | |
| vmware.esx.settings.AddOnInfo | GetCurrent () |
| Current OEM add-on present on the host. | |
| void | SetCurrent (vmware.esx.settings.AddOnInfo current) |
| Current OEM add-on present on the host. | |
| vmware.esx.settings.AddOnInfo | GetTarget () |
| Target OEM add-on present in the software specification. | |
| void | SetTarget (vmware.esx.settings.AddOnInfo target) |
| Target OEM add-on present in the software specification. | |
| vmware.esx.settings.Notifications | GetNotifications () |
| Notifications describing the compliance result. | |
| void | SetNotifications (vmware.esx.settings.Notifications notifications) |
| Notifications describing the compliance result. | |
| 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 AddOnCompliance class contains information that describe the compliance of the OEM add-on with respect to the add-on present in the target software specification.
| vmware::esx::settings::AddOnCompliance::AddOnCompliance | ( | ) | [inline] |
Generate all-fields constructor only for errors and standard structures that have relevant fields.
Creates a default new instance.
| T vmware::esx::settings::AddOnCompliance::_ConvertTo< T > | ( | ) | [inline] |
| T | : | vmware.vapi.bindings.IStructure |
| vmware.vapi.data.StructValue vmware::esx::settings::AddOnCompliance::_GetDataValue | ( | ) | [inline] |
| vmware.vapi.bindings.type.StructType vmware::esx::settings::AddOnCompliance::_GetType | ( | ) | [inline] |
| bool vmware::esx::settings::AddOnCompliance::_HasTypeNameOf< T > | ( | ) | [inline] |
| T | : | vmware.vapi.bindings.IStructure |
| void vmware::esx::settings::AddOnCompliance::_Validate | ( | ) | [inline] |
| override bool vmware::esx::settings::AddOnCompliance::Equals | ( | object | obj | ) | [inline] |
| vmware.esx.settings.AddOnInfo vmware::esx::settings::AddOnCompliance::GetCurrent | ( | ) | [inline] |
Current OEM add-on present on the host.
| override int vmware::esx::settings::AddOnCompliance::GetHashCode | ( | ) | [inline] |
| vmware.esx.settings.Notifications vmware::esx::settings::AddOnCompliance::GetNotifications | ( | ) | [inline] |
Notifications describing the compliance result.
| vmware.esx.settings.ComplianceStatus vmware::esx::settings::AddOnCompliance::GetStatus | ( | ) | [inline] |
Compliance status of the OEM add-on.
| vmware.esx.settings.AddOnInfo vmware::esx::settings::AddOnCompliance::GetTarget | ( | ) | [inline] |
Target OEM add-on present in the software specification.
| void vmware::esx::settings::AddOnCompliance::SetCurrent | ( | vmware.esx.settings.AddOnInfo | current | ) | [inline] |
Current OEM add-on present on the host.
| void vmware::esx::settings::AddOnCompliance::SetNotifications | ( | vmware.esx.settings.Notifications | notifications | ) | [inline] |
Notifications describing the compliance result.
| void vmware::esx::settings::AddOnCompliance::SetStatus | ( | vmware.esx.settings.ComplianceStatus | status | ) | [inline] |
Compliance status of the OEM add-on.
| void vmware::esx::settings::AddOnCompliance::SetTarget | ( | vmware.esx.settings.AddOnInfo | target | ) | [inline] |
Target OEM add-on present in the software specification.
| override string vmware::esx::settings::AddOnCompliance::ToString | ( | ) | [inline] |