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