VimEnforcementEditRequest

VimEnforcementEditRequest
VimEnforcementEditRequest
AllOf
This class requires all of the following:
JSON Example
{
    "name": "string",
    "vimId": "string",
    "vimSelector": {
        "matchExpressions": [
            {
                "key": "string",
                "operator": "string",
                "values": [
                    "string"
                ]
            }
        ],
        "matchLabels": {
            "matchLabels": "string"
        }
    },
    "enforcementActionOverrides": "string",
    "matchSpecOverrides": {
        "data": "string",
        "type": "string"
    },
    "parametersOverrides": {
        "data": "string",
        "type": "string"
    },
    "deployOpaOverrides": false,
    "id": "string"
}