com.vmware.esx.settings.clusters.configuration package provides
interfaces to manage the configuration of an ESX cluster.See: Description
| Interface | Description |
|---|---|
| Schema |
The
Schema interface provides methods to manage the desired
configuration schema of an ESX cluster. |
| SchemaTypes |
Defines the data types of the
Schema
API service. |
| Class | Description |
|---|---|
| ClusterCompliance |
This
ClusterCompliance class contains properties that describe the
compliance result for each host in the cluster as well as overall cluster
compliance status. |
| ClusterCompliance.Builder |
Builder class for
ClusterCompliance. |
| ClusterCompliance.Status |
Consolidated compliance status of the cluster.
|
| ClusterPrecheckResult |
The
PrecheckResult class contains properties that describe precheck
status of applying the desired document to a group of hosts. |
| ClusterPrecheckResult.Builder |
Builder class for
ClusterPrecheckResult. |
| ClusterPrecheckResult.Status |
The
Status enumeration class contains the possible statuses of the
Precheck API on the cluster. |
| ComplianceInfo |
The
ComplianceInfo class contains properties that describe the
configuration drift between the desired document and the configurations on the
ESXi host. |
| ComplianceInfo.Builder |
Builder class for
ComplianceInfo. |
| ComplianceStatus |
This
ComplianceStatus enumeration class represents the compliance status
of desired configuration on the ESXi host. |
| ConfigurationFactory |
ConfigurationFactory is responsible for creating instances of services
contained inside the com.vmware.esx.settings.clusters.configuration package and also has the subpackages reference
to access respective subpackage services. |
| ConfigurationSpec |
The
ConfigurationSpec class contains properties that describe the
desired configuration that is associated with a cluster. |
| ConfigurationSpec.Builder |
Builder class for
ConfigurationSpec. |
| DocumentStructure |
The
DocumentStructure enumeration class contains the possible structures
of the configuration document. |
| DraftImportResult |
The
DraftImportResult class contains properties that describe the result
of importing the desired configuration for a cluster into a draft. |
| DraftImportResult.Builder |
Builder class for
DraftImportResult. |
| DraftImportResult.Status |
The
Status enumeration class contains the possible status codes
describing the result of importing desired configuration for a cluster. |
| ExportResult |
This
ExportResult class contains properties that describe the result of
exporting configuration from the cluster. |
| ExportResult.Builder |
Builder class for
ExportResult. |
| HostCompliance |
The
HostCompliance class contains properties that describe compliance
information for the ESXi host on which the Check Compliance operation completed
successfully. |
| HostCompliance.Builder |
Builder class for
HostCompliance. |
| HostPrecheckResult |
This
HostPrecheckResult class contains properties that describes the
Precheck API result on a host. |
| HostPrecheckResult.Builder |
Builder class for
HostPrecheckResult. |
| HostResult |
This
HostResult class contains properties that describe the result of
the check compliance operation on an ESXi host. |
| HostResult.Builder |
Builder class for
HostResult. |
| HostStatus |
The
HostStatus class contains properties that describe the status of an
method. |
| HostStatus.Builder |
Builder class for
HostStatus. |
| HostStatus.Status |
The
Status enumeration class contains the possible different status
codes that can be returned while trying to perform an operation on the hosts
within the cluster. |
| ImpactInfo |
This
ImpactInfo class contains properties that describes the Impact if
the host is not compliant against the desired configuration. |
| ImpactInfo.Builder |
Builder class for
ImpactInfo. |
| ImpactType |
The
ImpactType enumeration class contains information about the impact
of applying desired configuration on the ESXi host. |
| ImportResult |
This
ImportResult class contains properties that describe the result of
importing a configuration document in the cluster. |
| ImportResult.Builder |
Builder class for
ImportResult. |
| ImportResult.Status |
This enum indicates whether the configuration document was imported successfully
in the cluster.
|
| SchemaDefinitions |
Defines the type descriptors for the
Schema
API service. |
| SchemaResult |
The
SchemaResult class contains properties that describe the
configuration schema associated with the cluster. |
| SchemaResult.Builder |
Builder class for
SchemaResult. |
| SchemaStub |
Remote stub implementation of the
Schema
API service. |
| SettingCompliance |
The
SettingCompliance class contains properties that describe a drift in
an ESXi host setting. |
| SettingCompliance.Builder |
Builder class for
SettingCompliance. |
| StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.esx.settings.clusters.configuration package. |
| ValidationError |
The
ValidationError class contains properties that describes a
validation error in the configuration. |
| ValidationError.Builder |
Builder class for
ValidationError. |
| ValidationResult |
This
ValidationResult class contains properties that describe the result
of validating a configuration document. |
| ValidationResult.Builder |
Builder class for
ValidationResult. |
| Enum | Description |
|---|---|
| ClusterCompliance.Status.Values |
Native Java
enum representing this enumeration class. |
| ClusterPrecheckResult.Status.Values |
Native Java
enum representing this enumeration class. |
| ComplianceStatus.Values |
Native Java
enum representing this enumeration class. |
| DocumentStructure.Values |
Native Java
enum representing this enumeration class. |
| DraftImportResult.Status.Values |
Native Java
enum representing this enumeration class. |
| HostStatus.Status.Values |
Native Java
enum representing this enumeration class. |
| ImpactType.Values |
Native Java
enum representing this enumeration class. |
| ImportResult.Status.Values |
Native Java
enum representing this enumeration class. |
com.vmware.esx.settings.clusters.configuration package provides
interfaces to manage the configuration of an ESX cluster. The com.vmware.esx.settings.clusters.configuration.reports package provides
interfaces for accessing reports regarding the configuration state of the
cluster.