VsanEncryptedClusterRekeyRequestType

VsanEncryptedClusterRekeyRequestType
VsanEncryptedClusterRekeyRequestType

The parameters of VsanEncryptedClusterRekey_Task.

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

JSON Example
{
    "encryptedCluster": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "deepRekey": false,
    "allowReducedRedundancy": false
}
encryptedCluster
Required

The target VC cluster

boolean
deepRekey
Optional

True to perform a deep rekey. Its default value is false when not provided, which means shallow rekey is performed

boolean
allowReducedRedundancy
Optional

This optional parameter is only applicable for deep rekey when it needs to migrate data across cluster for changing vSAN disk format. The default value is 'false' if not specified See VimVsanReconfigSpec.allowReducedRedundancy, ensureObjectAccessibility, and evacuateAllData.