VcenterSettingsV1ConfigComponentsInventoryClusterDrsDrsConfig
The DrsConfig structure contains fields describing the HA specific configurations of a cluster. It contains cluster-wide configurations for DAS.
Properties
additional_options
Optional
vSphere HA configuration for VM Distribution, CPU Over commit Scalable Shares.
automation
Optional
vSphere HA configuration for Automation Level, Migration Threshold Predictive DRS and VM Automation.
boolean
enabled
Optional
Flag indicating whether or not DRS service is enabled. If unset or empty, the value is skipped.
power_management
Optional
vSphere HA configuration for DPM, AutomationLevel, DPM Threshold.
JSON Example
{
"additional_options": {
"advanced_options": [
{
"key": "string",
"value": "string"
}
],
"scalable_shares": "DISABLED"
},
"automation": {
"automation_level": "MANUAL",
"migration_threshold": 0,
"proactive_drs_enabled": false,
"virtual_machine_automation": false
},
"enabled": false,
"power_management": {
"automation_level": "MANUAL",
"dpm_enabled": false,
"dpm_threshold": {
"key": "string",
"value": "string"
}
}
}