VsanInternalExtendedConfig

VsanInternalExtendedConfig
VsanInternalExtendedConfig

vSAN internal extended configurations This contains vSAN host level extended configurations that can be configured for hosts internally by vCente server.

Unlike VsanExtendedConfig, this is not part of vSAN cluster reconfiguration spec VsanConfigInfoEx and it is not meant to be set by users.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "vcMaxDiskVersion": 0,
    "stretchedClient": false
}
integer As int32 As int32
vcMaxDiskVersion
Optional

This configuration is the highest disk version that vCenter server can understand and manage.

vCenter server passes this configuration to ESXi hosts so that ESXi hosts will not choose a higher disk version that vCenter server cannot understand when creating a disk group. The default value on ESXi host is 0 when it is unset, meaning that the host is not managed by any vCenter server. Note that older vCenter server before v6.7 update 3 won't know this value hence will not set it.

boolean
stretchedClient
Optional

This configuration indicates if the host works in stretched compute only cluster.

This configuration only serves ESX reconfiguration purpose, but not returned via get API.