InfraPolicies

InfraPolicies
InfraPolicies

A list of infra policy objects.

AllOf
This class requires all of the following:
JSON Example undefined undefined
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "id": "string",
            "name": "string",
            "description": "string",
            "vcComputePolicyName": "string",
            "isMandatory": false,
            "policyRule": {
                "operator": "string",
                "rules": [
                    "PolicyRule Object"
                ],
                "workloadPolicyRule": {
                    "guestOsRule": {
                        "operator": "string",
                        "value": "string"
                    },
                    "guestOsFamilyRule": {
                        "operator": "string",
                        "value": "string"
                    },
                    "labelSelectorRules": [
                        {
                            "operator": "string",
                            "ruleKey": "string",
                            "values": [
                                "string"
                            ]
                        }
                    ]
                }
            },
            "compatibleRegionZones": [
                {
                    "region": {
                        "name": "string",
                        "id": "string"
                    },
                    "zones": [
                        {
                            "name": "string",
                            "id": "string"
                        }
                    ]
                }
            ],
            "creationStatus": "string",
            "creationTime": "string",
            "syncedToVCenters": false
        }
    ]
}