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 PciDeviceConstraint |
PciDeviceConstraint._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 PciDeviceConstraint |
PciDeviceConstraint._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
PciDeviceConstraint |
PciDeviceConstraint.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<PciDeviceConstraint> |
PciDeviceComplianceInfo.getConstraints()
List of Supported Driver and Firmware Version combination and corresponding
supportedFeatures from VMware Compatibility Guide (VCG) listing for the given
vSphere version.
|
Modifier and Type | Method and Description |
---|---|
void |
PciDeviceComplianceInfo.setConstraints(java.util.List<PciDeviceConstraint> constraints)
List of Supported Driver and Firmware Version combination and corresponding
supportedFeatures from VMware Compatibility Guide (VCG) listing for the given
vSphere version.
|
PciDeviceComplianceInfo.Builder |
PciDeviceComplianceInfo.Builder.setConstraints(java.util.List<PciDeviceConstraint> constraints)
List of Supported Driver and Firmware Version combination and corresponding
supportedFeatures from VMware Compatibility Guide (VCG) listing for the given
vSphere version.
|