ClusterComputeResourceCryptoModePolicy

ClusterComputeResourceCryptoModePolicy
ClusterComputeResourceCryptoModePolicy

The encryption mode policy for a cluster.

Since: vSphere API Release 8.0.3.0

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

The host key identifier.

When set, all hosts in the cluster will use this key when enabling the crypto safe mode. Only one of keyId and providerId may be set.

providerId
Optional

The host key provider identifier.

When set, all hosts in the cluster will use a key from the specified key provider when enabling the crypto safe mode. Only one of keyId and providerId may be set.