SettingsClustersSoftwareReportsApplyImpactClusterImpact

The ApplyImpact.ClusterImpact structure contains fields that describe the summary of how hosts within a cluster will be impacted during an apply operation.


Properties

string
commit Required

Identifier of the commit on which the impact is generated. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.esx.settings.commit. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.esx.settings.commit.


host_impact Required

Impact summary for each host within the clsuter. 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: HostSystem. 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: HostSystem.


host_info Required

Information of hosts within the cluster. 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: HostSystem. 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: HostSystem.


impact Required

Impact of steps performed during the setup and cleanup phase of the apply operation.

JSON Example

{
	"commit": "string",
	"host_impact": {
		"key": {
			"message": {
				"args": [
					"string"
				],
				"default_message": "string",
				"id": "string"
			}
		}
	},
	"host_info": {
		"key": {
			"name": "string"
		}
	},
	"impact": [
		{
			"message": {
				"args": [
					"string"
				],
				"default_message": "string",
				"id": "string"
			}
		}
	]
}

Feedback

Was this page helpful?