Package | Description |
---|---|
com.vmware.appliance.vcenter.settings.v1 |
The
com.vmware.appliance.vcenter.settings.v1 package provides interfaces
to manage the ConfigManagement. |
Modifier and Type | Method and Description |
---|---|
static DiffResult |
DiffResult._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 DiffResult |
DiffResult._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
DiffResult |
DiffResult.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,DiffResult> |
ComplianceResult.getDiffResults()
Map of property value differences between current software state and working
profile.
|
Modifier and Type | Method and Description |
---|---|
void |
ComplianceResult.setDiffResults(java.util.Map<java.lang.String,DiffResult> diffResults)
Map of property value differences between current software state and working
profile.
|
Constructor and Description |
---|
Builder(java.util.Map<java.lang.String,DiffResult> diffResults)
Constructor with parameters for the required properties of
ComplianceResult . |