Package | Description |
---|---|
com.vmware.esx.settings |
The
com.vmware.esx.settings package provides interfaces to manage ESX
settings. |
com.vmware.esx.settings.clusters |
The
com.vmware.esx.settings.clusters package provides interfaces to
manage desired state configuration and software for a cluster of ESX hosts. |
com.vmware.esx.settings.clusters.configuration |
The
com.vmware.esx.settings.clusters.configuration package provides
interfaces to manage the configuration of an ESX cluster. |
com.vmware.esx.settings.clusters.enablement.configuration |
The
com.vmware.esx.settings.clusters.enablement.configuration package
provides interfaces to manage enablement of configuration on an ESX cluster. |
com.vmware.esx.settings.clusters.software.reports |
The
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. |
com.vmware.esx.settings.hosts |
The
com.vmware.esx.settings.hosts package provides interfaces to manage
desired state configuration and software for a standalone ESX host. |
com.vmware.esx.settings.hosts.software.reports |
The
com.vmware.esx.settings.hosts.software.reports package provides
interfaces to manage reports pertaining to the desired state software for
standalone ESXi hosts. |
Modifier and Type | Method and Description |
---|---|
static HostInfo |
HostInfo._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static HostInfo |
HostInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
HostInfo |
HostInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,HostInfo> |
ClusterCompliance.getHostInfo()
Auxillary information about the hosts.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterCompliance.setHostInfo(java.util.Map<java.lang.String,HostInfo> hostInfo)
Auxillary information about the hosts.
|
Constructor and Description |
---|
Builder(ComplianceImpact impact,
ComplianceStatus status,
Notifications notifications,
java.util.Calendar scanTime,
java.util.Set<java.lang.String> compliantHosts,
java.util.Set<java.lang.String> nonCompliantHosts,
java.util.Set<java.lang.String> incompatibleHosts,
java.util.Set<java.lang.String> unavailableHosts,
java.util.Map<java.lang.String,HostCompliance> hosts,
java.util.Map<java.lang.String,HostInfo> hostInfo)
Constructor with parameters for the required properties of
ClusterCompliance . |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,HostInfo> |
ConfigurationTypes.ApplyResult.getHostInfo()
Information of the hosts in this cluster to which the desired configuration
document specified by the
ConfigurationTypes.ApplyResult.getCommit()
should be applied to. |
java.util.Map<java.lang.String,HostInfo> |
ConfigurationTypes.Info.getHostInfo()
A mapping of BIOS UUIDs for every host in the cluster to information about that
host.
|
java.util.Map<java.lang.String,HostInfo> |
InstalledImagesTypes.InstalledImageInfo.getHostInfo()
Information about the hosts in this cluster for which checks have been requested
to be run.
|
java.util.Map<java.lang.String,HostInfo> |
SoftwareTypes.StageResult.getHostInfo()
Information of the hosts in this cluster to which the desired software document
specified by the
SoftwareTypes.StageResult.getCommit() should be
staged to. |
java.util.Map<java.lang.String,HostInfo> |
SoftwareTypes.ApplyResult.getHostInfo()
Information of the hosts in this cluster to which the desired software document
specified by the
SoftwareTypes.ApplyResult.getCommit() should be
applied to. |
java.util.Map<java.lang.String,HostInfo> |
SoftwareTypes.CheckResult.getHostInfo()
Information about the hosts in this cluster for which checks have been requested
to be run.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationTypes.ApplyResult.setHostInfo(java.util.Map<java.lang.String,HostInfo> hostInfo)
Information of the hosts in this cluster to which the desired configuration
document specified by the
ConfigurationTypes.ApplyResult.getCommit()
should be applied to. |
void |
ConfigurationTypes.Info.setHostInfo(java.util.Map<java.lang.String,HostInfo> hostInfo)
A mapping of BIOS UUIDs for every host in the cluster to information about that
host.
|
void |
InstalledImagesTypes.InstalledImageInfo.setHostInfo(java.util.Map<java.lang.String,HostInfo> hostInfo)
Information about the hosts in this cluster for which checks have been requested
to be run.
|
void |
SoftwareTypes.StageResult.setHostInfo(java.util.Map<java.lang.String,HostInfo> hostInfo)
Information of the hosts in this cluster to which the desired software document
specified by the
SoftwareTypes.StageResult.getCommit() should be
staged to. |
void |
SoftwareTypes.ApplyResult.setHostInfo(java.util.Map<java.lang.String,HostInfo> hostInfo)
Information of the hosts in this cluster to which the desired software document
specified by the
SoftwareTypes.ApplyResult.getCommit() should be
applied to. |
void |
SoftwareTypes.CheckResult.setHostInfo(java.util.Map<java.lang.String,HostInfo> hostInfo)
Information about the hosts in this cluster for which checks have been requested
to be run.
|
Constructor and Description |
---|
Builder(java.util.Calendar completionTime,
boolean uniformImage,
InstalledImagesTypes.InstalledImageInfo.Status status,
java.util.List<java.lang.String> successfulHosts,
java.util.List<java.lang.String> failedHosts,
java.util.List<java.lang.String> unsupportedHosts,
InstalledImagesTypes.ImageCategories imageCategories,
java.util.Map<java.lang.String,Notifications> hostNotifications,
java.util.Map<java.lang.String,HostInfo> hostInfo,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> orphanedVibs,
java.util.Map<InstalledImagesTypes.InstalledImageInfo.OperationType,Notifications> notifications)
Constructor with parameters for the required properties of
InstalledImagesTypes.InstalledImageInfo . |
Builder(ConfigurationTypes.Metadata metadata,
java.util.Map<java.lang.String,HostInfo> hostInfo,
java.lang.String config)
Constructor with parameters for the required properties of
ConfigurationTypes.Info . |
Builder(SoftwareTypes.Status status,
java.util.Calendar startTime,
java.util.Calendar endTime,
java.lang.String commit,
java.util.Map<java.lang.String,HostInfo> hostInfo,
java.util.List<SoftwareTypes.EntityCheckResult> entityResults)
Constructor with parameters for the required properties of
SoftwareTypes.CheckResult . |
Builder(java.lang.String commit,
java.util.Map<java.lang.String,HostInfo> hostInfo,
java.util.Map<java.lang.String,SoftwareTypes.ApplyStatus> hostStatus,
java.util.Set<java.lang.String> successfulHosts,
java.util.Set<java.lang.String> failedHosts,
java.util.Set<java.lang.String> skippedHosts)
Constructor with parameters for the required properties of
SoftwareTypes.ApplyResult . |
Builder(java.lang.String commit,
java.util.Map<java.lang.String,HostInfo> hostInfo,
java.util.Map<java.lang.String,SoftwareTypes.StageStatus> hostStatus,
java.util.Set<java.lang.String> successfulHosts,
java.util.Set<java.lang.String> failedHosts,
java.util.Set<java.lang.String> skippedHosts)
Constructor with parameters for the required properties of
SoftwareTypes.StageResult . |
Builder(java.lang.String commit,
java.lang.String softwareCommit,
java.util.Map<java.lang.String,HostInfo> hostInfo,
java.util.Map<java.lang.String,HostStatus> hostStatus,
java.util.Set<java.lang.String> successfulHosts,
java.util.Set<java.lang.String> failedHosts,
java.util.Set<java.lang.String> skippedHosts)
Constructor with parameters for the required properties of
ConfigurationTypes.ApplyResult . |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,HostInfo> |
ClusterCompliance.getHostInfo()
Map of host IDs to hostname.
|
java.util.Map<java.lang.String,HostInfo> |
ClusterPrecheckResult.getHostInfo()
Map of host IDs to hostname.
|
java.util.Map<java.lang.String,HostInfo> |
DraftsTypes.Info.getHostInfo()
A mapping of BIOS UUIDs for every host in the cluster to information about that
host.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterCompliance.setHostInfo(java.util.Map<java.lang.String,HostInfo> hostInfo)
Map of host IDs to hostname.
|
void |
ClusterPrecheckResult.setHostInfo(java.util.Map<java.lang.String,HostInfo> hostInfo)
Map of host IDs to hostname.
|
void |
DraftsTypes.Info.setHostInfo(java.util.Map<java.lang.String,HostInfo> hostInfo)
A mapping of BIOS UUIDs for every host in the cluster to information about that
host.
|
Constructor and Description |
---|
Builder(ClusterCompliance.Status clusterStatus,
java.lang.String softwareCommit,
LocalizableMessage summary,
java.util.Map<java.lang.String,HostInfo> hostInfo,
java.util.Map<java.lang.String,HostResult> hosts,
java.util.Set<java.lang.String> compliantHosts,
java.util.Set<java.lang.String> nonCompliantHosts,
java.util.Set<java.lang.String> failedHosts,
java.util.Set<java.lang.String> skippedHosts,
java.util.Calendar endTime)
Constructor with parameters for the required properties of
ClusterCompliance . |
Builder(ClusterPrecheckResult.Status status,
java.lang.String softwareCommit,
java.util.Calendar endTime,
LocalizableMessage summary,
java.util.List<LocalizableMessage> remediationSummary,
java.util.List<LocalizableMessage> remediationNotes,
java.util.Map<java.lang.String,HostInfo> hostInfo,
java.util.Map<java.lang.String,HostPrecheckResult> hostPrecheck,
java.util.Set<java.lang.String> successfulHosts,
java.util.Set<java.lang.String> failedHosts,
java.util.Set<java.lang.String> skippedHosts)
Constructor with parameters for the required properties of
ClusterPrecheckResult . |
Builder(DraftsTypes.Metadata metadata,
java.util.Map<java.lang.String,HostInfo> hostInfo,
java.util.Map<java.lang.String,java.lang.String> hostIdToUUID,
java.lang.String config)
Constructor with parameters for the required properties of
DraftsTypes.Info . |
Modifier and Type | Method and Description |
---|---|
HostInfo |
TransitionTypes.ReferenceHost.getHostInfo()
Host Info for Reference host.
|
Modifier and Type | Method and Description |
---|---|
void |
TransitionTypes.ReferenceHost.setHostInfo(HostInfo hostInfo)
Host Info for Reference host.
|
Constructor and Description |
---|
Builder(java.lang.String host,
HostInfo hostInfo)
Constructor with parameters for the required properties of
TransitionTypes.ReferenceHost . |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,HostInfo> |
ApplyImpactTypes.ClusterImpact.getHostInfo()
Information of hosts within the cluster.
|
java.util.Map<java.lang.String,HostInfo> |
LastApplyResultTypes.ApplyResult.getHostInfo()
Information of the hosts in this cluster to which the desired software document
specified by the
LastApplyResultTypes.ApplyResult.getCommit()
should be applied to. |
java.util.Map<java.lang.String,HostInfo> |
LastCheckResultTypes.CheckResult.getHostInfo()
Information about the hosts in this cluster for which checks have been requested
to be run.
|
java.util.Map<java.lang.String,HostInfo> |
PciDeviceComplianceInfo.getHostInfo()
Affected List of Host IDs where this device is found.
|
java.util.Map<java.lang.String,HostInfo> |
StorageDeviceComplianceInfo.getHostInfo()
Affected List of Host IDs where this device is found.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplyImpactTypes.ClusterImpact.setHostInfo(java.util.Map<java.lang.String,HostInfo> hostInfo)
Information of hosts within the cluster.
|
void |
LastApplyResultTypes.ApplyResult.setHostInfo(java.util.Map<java.lang.String,HostInfo> hostInfo)
Information of the hosts in this cluster to which the desired software document
specified by the
LastApplyResultTypes.ApplyResult.getCommit()
should be applied to. |
void |
LastCheckResultTypes.CheckResult.setHostInfo(java.util.Map<java.lang.String,HostInfo> hostInfo)
Information about the hosts in this cluster for which checks have been requested
to be run.
|
void |
PciDeviceComplianceInfo.setHostInfo(java.util.Map<java.lang.String,HostInfo> hostInfo)
Affected List of Host IDs where this device is found.
|
void |
StorageDeviceComplianceInfo.setHostInfo(java.util.Map<java.lang.String,HostInfo> hostInfo)
Affected List of Host IDs where this device is found.
|
Constructor and Description |
---|
Builder(ComplianceStatus status,
PciDevice device,
java.util.List<java.lang.String> compatibleVersions,
java.util.Map<java.lang.String,HostInfo> hostInfo,
DriverFirmwareVersion target,
java.util.List<DriverFirmwareVersion> supported)
Constructor with parameters for the required properties of
PciDeviceComplianceInfo . |
Builder(LastApplyResultTypes.ApplyStatus status,
java.lang.String commit,
java.util.Map<java.lang.String,HostInfo> hostInfo,
java.util.Map<java.lang.String,LastApplyResultTypes.ApplyStatus> hostStatus,
java.util.Set<java.lang.String> successfulHosts,
java.util.Set<java.lang.String> failedHosts,
java.util.Set<java.lang.String> skippedHosts)
Constructor with parameters for the required properties of
LastApplyResultTypes.ApplyResult . |
Builder(LastCheckResultTypes.Status status,
java.util.Calendar startTime,
java.util.Calendar endTime,
java.lang.String commit,
java.util.Map<java.lang.String,HostInfo> hostInfo,
java.util.List<LastCheckResultTypes.EntityCheckResult> entityResults)
Constructor with parameters for the required properties of
CheckResult . |
Builder(java.util.List<ApplyImpactTypes.Impact> impact,
java.util.Map<java.lang.String,java.util.List<ApplyImpactTypes.Impact>> hostImpact,
java.lang.String commit,
java.util.Map<java.lang.String,HostInfo> hostInfo)
Constructor with parameters for the required properties of
ApplyImpactTypes.ClusterImpact . |
Builder(StorageDeviceInfo storageDeviceInfo,
ComplianceStatus status,
ComplianceStatusDetail detail,
java.util.Map<java.lang.String,HostInfo> hostInfo,
java.util.List<StorageDeviceCompatibility> matches,
boolean usedByVsan)
Constructor with parameters for the required properties of
StorageDeviceComplianceInfo . |
Modifier and Type | Method and Description |
---|---|
HostInfo |
SoftwareTypes.StageResult.getHostInfo()
Information of the host to which the desired software document specified by the
SoftwareTypes.StageResult.getCommit() was
staged. |
HostInfo |
SoftwareTypes.ApplyResult.getHostInfo()
Information of the host to which the desired software document specified by the
SoftwareTypes.ApplyResult.getCommit() was
applied. |
HostInfo |
SoftwareTypes.CheckResult.getHostInfo()
Information about the host for which checks have been requested to be run.
|
Modifier and Type | Method and Description |
---|---|
void |
SoftwareTypes.StageResult.setHostInfo(HostInfo hostInfo)
Information of the host to which the desired software document specified by the
SoftwareTypes.StageResult.getCommit() was
staged. |
void |
SoftwareTypes.ApplyResult.setHostInfo(HostInfo hostInfo)
Information of the host to which the desired software document specified by the
SoftwareTypes.ApplyResult.getCommit() was
applied. |
void |
SoftwareTypes.CheckResult.setHostInfo(HostInfo hostInfo)
Information about the host for which checks have been requested to be run.
|
Constructor and Description |
---|
Builder(SoftwareTypes.Status status,
java.util.Calendar startTime,
java.util.Calendar endTime,
java.lang.String commit,
HostInfo hostInfo,
SoftwareTypes.EntityCheckResult entityResult)
Constructor with parameters for the required properties of
SoftwareTypes.CheckResult . |
Builder(java.lang.String commit,
HostInfo hostInfo)
Constructor with parameters for the required properties of
SoftwareTypes.StageResult . |
Builder(java.lang.String commit,
HostInfo hostInfo)
Constructor with parameters for the required properties of
SoftwareTypes.ApplyResult . |
Modifier and Type | Method and Description |
---|---|
HostInfo |
ApplyImpactTypes.HostImpact.getHostInfo()
Information of the host.
|
HostInfo |
LastApplyResultTypes.ApplyResult.getHostInfo()
Information of the host to which the desired software document specified by the
LastApplyResultTypes.ApplyResult.getCommit()
needs to be applied to. |
HostInfo |
LastCheckResultTypes.CheckResult.getHostInfo()
Information about the host for which checks have been requested to be run.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplyImpactTypes.HostImpact.setHostInfo(HostInfo hostInfo)
Information of the host.
|
void |
LastApplyResultTypes.ApplyResult.setHostInfo(HostInfo hostInfo)
Information of the host to which the desired software document specified by the
LastApplyResultTypes.ApplyResult.getCommit()
needs to be applied to. |
void |
LastCheckResultTypes.CheckResult.setHostInfo(HostInfo hostInfo)
Information about the host for which checks have been requested to be run.
|
Constructor and Description |
---|
Builder(LastCheckResultTypes.Status status,
java.util.Calendar startTime,
java.util.Calendar endTime,
java.lang.String commit,
HostInfo hostInfo,
LastCheckResultTypes.EntityCheckResult entityResult)
Constructor with parameters for the required properties of
LastCheckResultTypes.CheckResult . |
Builder(java.util.List<ApplyImpactTypes.Impact> impact,
java.lang.String commit,
HostInfo hostInfo)
Constructor with parameters for the required properties of
ApplyImpactTypes.HostImpact . |
Builder(java.lang.String commit,
HostInfo hostInfo)
Constructor with parameters for the required properties of
LastApplyResultTypes.ApplyResult . |