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 | Field and Description |
---|---|
static Service |
Service.VSAN |
Modifier and Type | Method and Description |
---|---|
static Service |
Service.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static Service[] |
Service.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<Service,java.util.Set<java.lang.String>> |
PciDeviceConstraint.getSupportedFeatures()
Map of solutions and the corresponding features that the device is certified for
in the VMware Compatibility Guide If map is empty, device is not certified for
any specific solutions like vSAN.
|
java.util.Map<Service,java.util.Set<java.lang.String>> |
StorageDeviceConstraint.getSupportedFeatures()
Map of solutions and the corresponding features that the device is certified for
in the VMware Compatibility Guide If map is empty, device is not certified for
any specific solutions like vSAN If Service is set but features are empty, means
device is certified for solution.
|
java.util.Map<Service,java.util.Set<java.lang.String>> |
PciDeviceComplianceInfo.getValidatedFeaturesInUse()
Validated features in use on this device If Service is set but features is
empty, device is active for solution Subset of validated features for which we
provide certification - for example RDMA, not IPV6 Inclusion in this set of
features is independent of the certification status of device.
|
java.util.Map<Service,java.util.Set<java.lang.String>> |
StorageDeviceComplianceInfo.getValidatedFeaturesInUse()
Validated Features in use on the storage device If Service is set but features
is empty, device is active for solution Subset of validated features for which
we provide certification - for example RDMA, not IPV6 Inclusion in this set of
features is independent of the certification status of device.
|
Modifier and Type | Method and Description |
---|---|
void |
PciDeviceConstraint.setSupportedFeatures(java.util.Map<Service,java.util.Set<java.lang.String>> supportedFeatures)
Map of solutions and the corresponding features that the device is certified for
in the VMware Compatibility Guide If map is empty, device is not certified for
any specific solutions like vSAN.
|
void |
StorageDeviceConstraint.setSupportedFeatures(java.util.Map<Service,java.util.Set<java.lang.String>> supportedFeatures)
Map of solutions and the corresponding features that the device is certified for
in the VMware Compatibility Guide If map is empty, device is not certified for
any specific solutions like vSAN If Service is set but features are empty, means
device is certified for solution.
|
StorageDeviceConstraint.Builder |
StorageDeviceConstraint.Builder.setSupportedFeatures(java.util.Map<Service,java.util.Set<java.lang.String>> supportedFeatures)
Map of solutions and the corresponding features that the device is certified for
in the VMware Compatibility Guide If map is empty, device is not certified for
any specific solutions like vSAN If Service is set but features are empty, means
device is certified for solution.
|
void |
PciDeviceComplianceInfo.setValidatedFeaturesInUse(java.util.Map<Service,java.util.Set<java.lang.String>> validatedFeaturesInUse)
Validated features in use on this device If Service is set but features is
empty, device is active for solution Subset of validated features for which we
provide certification - for example RDMA, not IPV6 Inclusion in this set of
features is independent of the certification status of device.
|
PciDeviceComplianceInfo.Builder |
PciDeviceComplianceInfo.Builder.setValidatedFeaturesInUse(java.util.Map<Service,java.util.Set<java.lang.String>> validatedFeaturesInUse)
Validated features in use on this device If Service is set but features is
empty, device is active for solution Subset of validated features for which we
provide certification - for example RDMA, not IPV6 Inclusion in this set of
features is independent of the certification status of device.
|
void |
StorageDeviceComplianceInfo.setValidatedFeaturesInUse(java.util.Map<Service,java.util.Set<java.lang.String>> validatedFeaturesInUse)
Validated Features in use on the storage device If Service is set but features
is empty, device is active for solution Subset of validated features for which
we provide certification - for example RDMA, not IPV6 Inclusion in this set of
features is independent of the certification status of device.
|
StorageDeviceComplianceInfo.Builder |
StorageDeviceComplianceInfo.Builder.setValidatedFeaturesInUse(java.util.Map<Service,java.util.Set<java.lang.String>> validatedFeaturesInUse)
Validated Features in use on the storage device If Service is set but features
is empty, device is active for solution Subset of validated features for which
we provide certification - for example RDMA, not IPV6 Inclusion in this set of
features is independent of the certification status of device.
|
Constructor and Description |
---|
Builder(java.util.Map<Service,java.util.Set<java.lang.String>> supportedFeatures)
Constructor with parameters for the required properties of
PciDeviceConstraint . |