Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static PciDeviceCompliance |
PciDeviceCompliance._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 PciDeviceCompliance |
PciDeviceCompliance._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
PciDeviceCompliance |
PciDeviceCompliance.Builder.build() |
PciDeviceCompliance |
CheckResult.getPciDeviceCompliance()
Compliance result for the Pci Devices that are present in all hosts of the
cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
CheckResult.setPciDeviceCompliance(PciDeviceCompliance pciDeviceCompliance)
Compliance result for the Pci Devices that are present in all hosts of the
cluster.
|
CheckResult.Builder |
CheckResult.Builder.setPciDeviceCompliance(PciDeviceCompliance pciDeviceCompliance)
Compliance result for the Pci Devices that are present in all hosts of the
cluster.
|