SettingsDataProcessingUnitsCompliance

The DataProcessingUnitsCompliance structure contains information to describe the compliance results of all data processing units with respect to the target software specification.


Properties

compliance Required

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.


array of string
compliant_data_processing_units Required

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.


data_processing_unit_info Required

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.


array of string
incompatible_data_processing_units Required

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.


array of string
non_compliant_data_processing_units Required

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.


array of string
unavailable_data_processing_units Required

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"
	]
}

Feedback

Was this page helpful?