com.vmware.esx.settings.clusters.software.reports package¶
Submodules¶
com.vmware.esx.settings.clusters.software.reports.hardware_compatibility_client module¶
The
com.vmware.esx.settings.clusters.software.reports.hardware_compatibility_client
module provides classes to manage reports pertaining to the desired state
software for a cluster of ESXi hosts.
-
class
com.vmware.esx.settings.clusters.software.reports.hardware_compatibility_client.Details(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceThe
ComplianceStatusclass contains the possible different status of compliance with respect to target version.- Parameters
config (
vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
-
get(cluster)¶ Returns the hcl validation check detailed results.
- Parameters
cluster (
str) – identifier of the cluster. The parameter must be an identifier for the resource type:ClusterComputeResource.- Return type
com.vmware.esx.settings.clusters.software.reports_client.CheckResult- Returns
CheckResult hcl validation result.
- Raise
com.vmware.vapi.std.errors_client.ErrorIf there is some other unknown internal error. The accompanying error message will give more details about the failure.- Raise
com.vmware.vapi.std.errors_client.NotFoundIf there is no cluster associated withclusterin the system or if desired software document is not found.- Raise
com.vmware.vapi.std.errors_client.ServiceUnavailableIf the service is not available.- Raise
com.vmware.vapi.std.errors_client.Unauthenticatedif the caller is not authenticated.- Raise
com.vmware.vapi.std.errors_client.Unauthorizedif you do not have all of the privileges described as follows:Method execution requires
VcIntegrity.HardwareCompatibility.Read.The resource
ClusterComputeResourcereferenced by the parameterclusterrequiresVcIntegrity.HardwareCompatibility.Read.
-
class
com.vmware.esx.settings.clusters.software.reports.hardware_compatibility_client.StubFactory(stub_config)¶ Bases:
vmware.vapi.bindings.stub.StubFactoryBaseInitialize StubFactoryBase
- Parameters
stub_config (
vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance