com.vmware.esx.settings.clusters.software.reports
package provides
interfaces to manage reports pertaining to the desired state software for a
cluster of ESXi hosts.See: Description
Interface | Description |
---|---|
ApplyImpact |
The
ApplyImpact interface provides methods to get the impact of an apply
method on a cluster. |
ApplyImpactTypes |
Defines the data types of the
ApplyImpact
API service. |
HardwareCompatibility |
The
HardwareCompatibility interface provides methods to manage HCL
Validation of a software specification of an ESX cluster. |
HardwareCompatibilityTypes |
Defines the data types of the
HardwareCompatibility
API service. |
LastApplyResult |
The
LastApplyResult interface provides methods to get the most recent
available result of applying the desired software document to all hosts within a
cluster. |
LastApplyResultTypes |
Defines the data types of the
LastApplyResult
API service. |
LastCheckResult |
The
LastCheckResult interface provides methods to get the most recent
available result of the checks that have been run on a cluster before the
application of the desired software document to all hosts within the cluster. |
LastCheckResultTypes |
Defines the data types of the
LastCheckResult
API service. |
Class | Description |
---|---|
ApplyImpactDefinitions |
Defines the type descriptors for the
ApplyImpact
API service. |
ApplyImpactStub |
Remote stub implementation of the
ApplyImpact
API service. |
ApplyImpactTypes.ApplyImpactSpec |
The
ApplyImpactSpec class contains properties that describe the
specification to be used for getting the impact of an apply method on an ESXi
cluster. |
ApplyImpactTypes.ApplyImpactSpec.Builder |
Builder class for
ApplyImpactTypes.ApplyImpactSpec . |
ApplyImpactTypes.ClusterImpact |
The
ClusterImpact class contains properties that describe the summary of
how hosts within a cluster will be impacted during an apply method. |
ApplyImpactTypes.ClusterImpact.Builder |
Builder class for
ApplyImpactTypes.ClusterImpact . |
ApplyImpactTypes.Impact |
The
Impact class contains properties that describe what the impact is of
a particular step during the apply method. |
ApplyImpactTypes.Impact.Builder |
Builder class for
ApplyImpactTypes.Impact . |
CheckResult |
The
CheckResult class contains information to describe HCL compliance
result of a cluster on target software specification. |
CheckResult.Builder |
Builder class for
CheckResult . |
ComplianceStatus |
The
ComplianceStatus enumeration class contains the possible different
status of compliance with respect to target version. |
DriverFirmwareVersion |
The
DriverFirmwareVersion class contains information about device's
driver and firmware version combination from Hardware Compatibility List. |
DriverFirmwareVersion.Builder |
Builder class for
DriverFirmwareVersion . |
HardwareCompatibilityDefinitions |
Defines the type descriptors for the
HardwareCompatibility
API service. |
HardwareCompatibilityStub |
Remote stub implementation of the
HardwareCompatibility
API service. |
HardwareCompatibilityTypes.CheckSummary |
The
CheckSummary class contains information to describe the HCL
compliance summary result of a cluster on target software specification. |
HardwareCompatibilityTypes.CheckSummary.Builder |
Builder class for
HardwareCompatibilityTypes.CheckSummary . |
HardwareCompatibilityTypes.ComplianceStatus |
The
ComplianceStatus enumeration class contains the possible different
status of compliance with respect to target version. |
LastApplyResultDefinitions |
Defines the type descriptors for the
LastApplyResult
API service. |
LastApplyResultStub |
Remote stub implementation of the
LastApplyResult
API service. |
LastApplyResultTypes.ApplyResult |
The
ApplyResult class contains properties that describe the result of an
apply method. |
LastApplyResultTypes.ApplyResult.Builder |
Builder class for
LastApplyResultTypes.ApplyResult . |
LastApplyResultTypes.ApplyStatus |
The
ApplyStatus class contains properties that describe the status of an
apply method. |
LastApplyResultTypes.ApplyStatus.Builder |
Builder class for
LastApplyResultTypes.ApplyStatus . |
LastApplyResultTypes.ApplyStatus.Status |
The
Status enumeration class contains the possible different status
codes that can be returned while trying to apply the desired software
specification to hosts within the cluster. |
LastCheckResultDefinitions |
Defines the type descriptors for the
LastCheckResult
API service. |
LastCheckResultStub |
Remote stub implementation of the
LastCheckResult
API service. |
LastCheckResultTypes.CheckInfo |
The
CheckInfo class contains properties that describe a particular
check. |
LastCheckResultTypes.CheckInfo.Builder |
Builder class for
LastCheckResultTypes.CheckInfo . |
LastCheckResultTypes.CheckResult |
The
CheckResult class contains properties that describe aggregated
status of all checks performed. |
LastCheckResultTypes.CheckResult.Builder |
Builder class for
CheckResult . |
LastCheckResultTypes.CheckStatus |
The
CheckStatus class contains properties that describe a check result. |
LastCheckResultTypes.CheckStatus.Builder |
Builder class for
LastCheckResultTypes.CheckStatus . |
LastCheckResultTypes.EntityCheckResult |
The
EntityCheckResult class contains properties that describe aggregated
status of all checks performed on a specific entity. |
LastCheckResultTypes.EntityCheckResult.Builder |
Builder class for
LastCheckResultTypes.EntityCheckResult . |
LastCheckResultTypes.EntityCheckResult.EntityType |
The
EntityType enumeration class contains the entitites on which checks
can be performed. |
LastCheckResultTypes.Status |
The
Status enumeration class defines the status result for a particular
check. |
PciDevice |
The
PciDevice class contains information about a PCI Device. |
PciDevice.Builder |
Builder class for
PciDevice . |
PciDeviceCompliance |
The
PciDeviceCompliance class contains information that describe the
compliance result of all pci device from all hosts in the clsuter with respect
to the component present in the target software specification. |
PciDeviceCompliance.Builder |
Builder class for
PciDeviceCompliance . |
PciDeviceComplianceInfo |
The
PciDeviceComplianceInfo class contains information that describe the
compliance of a pci device with respect to the component present in the target
software specification. |
PciDeviceComplianceInfo.Builder |
Builder class for
PciDeviceComplianceInfo . |
ReportsFactory |
ReportsFactory is responsible for creating instances of services
contained inside the com.vmware.esx.settings.clusters.software.reports package and also has the subpackages reference
to access respective subpackage services. |
StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.esx.settings.clusters.software.reports package. |
Enum | Description |
---|---|
ComplianceStatus.Values |
Native Java
enum representing this enumeration class. |
HardwareCompatibilityTypes._VAPI_OPERATIONS |
Identifiers of the task operations
|
HardwareCompatibilityTypes.ComplianceStatus.Values |
Native Java
enum representing this enumeration class. |
LastApplyResultTypes.ApplyStatus.Status.Values |
Native Java
enum representing this enumeration class. |
LastCheckResultTypes.EntityCheckResult.EntityType.Values |
Native Java
enum representing this enumeration class. |
LastCheckResultTypes.Status.Values |
Native Java
enum representing this enumeration class. |
com.vmware.esx.settings.clusters.software.reports
package provides
interfaces to manage reports pertaining to the desired state software for a
cluster of ESXi hosts.