SetCryptoModeRequestType

SetCryptoModeRequestType
SetCryptoModeRequestType

The parameters of SetCryptoMode.

JSON Example
{
    "cryptoMode": "string",
    "policy": {
        "_typeName": "string",
        "keyId": {
            "_typeName": "string",
            "keyId": "string",
            "providerId": {
                "_typeName": "string",
                "id": "string"
            }
        },
        "providerId": {
            "_typeName": "string",
            "id": "string"
        }
    }
}
string
cryptoMode
Required

The encryption mode for the cluster. See ClusterCryptoConfigInfoCryptoModeEnum for supported values. An empty string is treated as a valid input and will be interpreted as onDemand.

policy
Optional

The encryption mode policy for a cluster.

Since: vSphere API Release 8.0.3.0