Package | Description |
---|---|
com.vmware.esx.settings |
The
com.vmware.esx.settings package provides interfaces to manage ESX
settings. |
Modifier and Type | Method and Description |
---|---|
static ComponentCompliance |
ComponentCompliance._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 ComponentCompliance |
ComponentCompliance._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ComponentCompliance |
ComponentCompliance.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ComponentCompliance> |
DataProcessingUnitCompliance.getComponents()
Compliance result for all user components present on the data processing unit
and in the software specification.
|
java.util.Map<java.lang.String,ComponentCompliance> |
HostCompliance.getComponents()
Compliance result for all the effective components and all the components
present on the host.
|
java.util.Map<java.lang.String,ComponentCompliance> |
DataProcessingUnitCompliance.getRemovedComponents()
Compliance result for all removed components present on the data processing unit
and in the software specification.
|
java.util.Map<java.lang.String,ComponentCompliance> |
HostCompliance.getRemovedComponents()
Compliance result for all removed components present on the host and in the
software specification.
|
Modifier and Type | Method and Description |
---|---|
void |
DataProcessingUnitCompliance.setComponents(java.util.Map<java.lang.String,ComponentCompliance> components)
Compliance result for all user components present on the data processing unit
and in the software specification.
|
void |
HostCompliance.setComponents(java.util.Map<java.lang.String,ComponentCompliance> components)
Compliance result for all the effective components and all the components
present on the host.
|
void |
DataProcessingUnitCompliance.setRemovedComponents(java.util.Map<java.lang.String,ComponentCompliance> removedComponents)
Compliance result for all removed components present on the data processing unit
and in the software specification.
|
DataProcessingUnitCompliance.Builder |
DataProcessingUnitCompliance.Builder.setRemovedComponents(java.util.Map<java.lang.String,ComponentCompliance> removedComponents)
Compliance result for all removed components present on the data processing unit
and in the software specification.
|
void |
HostCompliance.setRemovedComponents(java.util.Map<java.lang.String,ComponentCompliance> removedComponents)
Compliance result for all removed components present on the host and in the
software specification.
|
HostCompliance.Builder |
HostCompliance.Builder.setRemovedComponents(java.util.Map<java.lang.String,ComponentCompliance> removedComponents)
Compliance result for all removed components present on the host and in the
software specification.
|
Constructor and Description |
---|
Builder(ComplianceImpact impact,
ComplianceStatus status,
Notifications notifications,
java.util.Calendar scanTime,
BaseImageCompliance baseImage,
AddOnCompliance addOn,
java.util.Map<java.lang.String,ComponentCompliance> components,
java.util.Map<java.lang.String,SolutionCompliance> solutions)
Constructor with parameters for the required properties of
DataProcessingUnitCompliance . |
Builder(ComplianceImpact impact,
ComplianceStatus status,
Notifications notifications,
java.util.Calendar scanTime,
BaseImageCompliance baseImage,
AddOnCompliance addOn,
java.util.Map<java.lang.String,ComponentCompliance> components,
java.util.Map<java.lang.String,SolutionCompliance> solutions)
Constructor with parameters for the required properties of
HostCompliance . |