| Package | Description |
|---|---|
| com.vmware.esx.hcl |
The
com.vmware.esx.hcl package provides interfaces to query the hardware
compatibility for an ESXi or a cluster. |
| com.vmware.esx.hcl.hosts |
| Modifier and Type | Method and Description |
|---|---|
static Notifications |
Notifications._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 Notifications |
Notifications._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
Notifications |
Notifications.Builder.build() |
Notifications |
CompatibilityDataTypes.Status.getNotifications()
Notifications returned by the operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompatibilityDataTypes.Status.setNotifications(Notifications notifications)
Notifications returned by the operation.
|
| Constructor and Description |
|---|
Builder(java.util.Calendar updatedAt,
Notifications notifications)
Constructor with parameters for the required properties of
CompatibilityDataTypes.Status. |
| Modifier and Type | Method and Description |
|---|---|
Notifications |
CompatibilityReleasesTypes.EsxiCompatibilityReleases.getNotifications()
Notifications returned by the operation.
|
Notifications |
CompatibilityReportTypes.HclReport.getNotifications()
Notifications returned by the operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompatibilityReleasesTypes.EsxiCompatibilityReleases.setNotifications(Notifications notifications)
Notifications returned by the operation.
|
void |
CompatibilityReportTypes.HclReport.setNotifications(Notifications notifications)
Notifications returned by the operation.
|
| Constructor and Description |
|---|
Builder(java.lang.String currentCompatibilityRelease,
java.util.List<java.lang.String> newerCompatibilityReleases,
Notifications notifications)
Constructor with parameters for the required properties of
CompatibilityReleasesTypes.EsxiCompatibilityReleases. |
Builder(java.net.URI host,
java.lang.String targetRelease,
CompatibilityReportTypes.ServerHclInfo serverHcl,
java.util.Calendar generatedAt,
Notifications notifications)
Constructor with parameters for the required properties of
CompatibilityReportTypes.HclReport. |