ClusterCryptoConfigInfo

ClusterCryptoConfigInfo
ClusterCryptoConfigInfo
AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "cryptoMode": "string",
    "policy": {
        "_typeName": "string",
        "keyId": {
            "_typeName": "string",
            "keyId": "string",
            "providerId": {
                "_typeName": "string",
                "id": "string"
            }
        },
        "providerId": {
            "_typeName": "string",
            "id": "string"
        }
    }
}
string
cryptoMode
Optional

The cluster encryption mode.

See ClusterCryptoConfigInfoCryptoModeEnum for supported values.

policy
Optional

The encryption mode policy for the cluster.

When unset, host keys will be automatically generated using the current default key provider.

Since: vSphere API Release 8.0.3.0