VcenterSettingsV1ConfigComponentsInventoryClusterVsanVsanConfigInfo

The VsanConfigInfo data object contains configuration data for the VSAN service in a cluster. This data object is used both for specifying cluster-wide settings when updating the VSAN service, and as an output datatype when retrieving current cluster-wide VSAN service settings.


Properties

default_config Optional

Default VSAN settings to use for hosts admitted to the cluster when the VSAN service is enabled. If omitted, values will default as though the fields in the HostDefaultInfo have been omitted.


boolean
enabled Optional

Whether the VSAN service is enabled for the cluster.

JSON Example

{
	"default_config": {
		"checksum_enabled": false
	},
	"enabled": false
}

Feedback

Was this page helpful?