SettingsDataProcessingUnitsCompliance
The DataProcessingUnitsCompliance structure contains information to describe the compliance results of all data processing units with respect to the target software specification.
Properties
Mapping from data processing unit identifier to the compliance information for the data processing units. When clients pass a value of this structure as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.esx.settings.data_processing_unit. When operations return a value of this structure as a result, the key in the field map will be an identifier for the resource type: com.vmware.esx.settings.data_processing_unit.
Identifiers of compliant data processing units. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.esx.settings.data_processing_unit. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.esx.settings.data_processing_unit.
Auxillary information about the data processing units. This gives some additional information about the data processing units referenced in this result. When clients pass a value of this structure as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.esx.settings.data_processing_unit. When operations return a value of this structure as a result, the key in the field map will be an identifier for the resource type: com.vmware.esx.settings.data_processing_unit.
Identifiers of incompatible data processing units. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.esx.settings.data_processing_unit. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.esx.settings.data_processing_unit.
Identifiers of non-compliant data processing units. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.esx.settings.data_processing_unit. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.esx.settings.data_processing_unit.
Identifiers of unavailable data processing units. There will not be compliance details for these data processing units in #dataProcessingUnits. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.esx.settings.data_processing_unit. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.esx.settings.data_processing_unit.
JSON Example
{
"compliance": {
"key": {
"add_on": {
"notifications": {},
"status": "COMPLIANT"
},
"base_image": {
"current": {
"version": "string"
},
"notifications": {},
"status": "COMPLIANT",
"target": {
"version": "string"
}
},
"components": {
"key": {
"notifications": {},
"status": "COMPLIANT"
}
},
"impact": "NO_IMPACT",
"notifications": {},
"scan_time": "string",
"solutions": {
"key": {
"notifications": {},
"status": "COMPLIANT"
}
},
"status": "COMPLIANT"
}
},
"compliant_data_processing_units": [
"string"
],
"data_processing_unit_info": {
"key": {
"alias": "string"
}
},
"incompatible_data_processing_units": [
"string"
],
"non_compliant_data_processing_units": [
"string"
],
"unavailable_data_processing_units": [
"string"
]
}