VcenterSettingsV1ConfigComponentsInventoryClusterDrsAdditionalOptions

The AdditionalOptions structure contains fields describing the HA specific configurations of a cluster. It contains cluster-wide configurations for vSphereHA.


Properties

advanced_options Optional

Drs configuration additional options


scalable_shares Optional


DISABLED : Do not scale shares
SCALE_CPU_AND_MEMORY_SHARES : Scale both CPU and memory shares

Possible values are: DISABLEDSCALE_CPU_AND_MEMORY_SHARES

JSON Example

{
	"advanced_options": [
		{
			"key": "string",
			"value": "string"
		}
	],
	"scalable_shares": "DISABLED"
}

Feedback

Was this page helpful?