| 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 Server |
Server._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 Server |
Server._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
Server |
Server.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Server |
CompatibilityReportTypes.ServerHclInfo.getServer()
Information about the server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompatibilityReportTypes.ServerHclInfo.setServer(Server server)
Information about the server.
|
| Constructor and Description |
|---|
Builder(Server server,
java.util.List<CompatibilityReportTypes.ServerCompatibility> matches,
CompatibilityStatus modelCompatibility)
Constructor with parameters for the required properties of
CompatibilityReportTypes.ServerHclInfo. |