aboutsummaryrefslogtreecommitdiffstats
path: root/test/policy-local-files/CloudAttributePolicy_vG_1.json
blob: cbe2a8840e0bff0fbdb6983149273f8239b646d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
    "service": "CloudAttributePolicy",
    "policyName": "cloud AttributePolicy_vG",
    "description": "Attribute policy",
    "templateVersion": "1702.03",
    "version": "1707",
    "priority": "10",
    "riskType": "test",
    "riskLevel": "3",
    "guard": "False",
    "content": {
        "identity": "vG_cloud_attributes",
        "policyScope": {
            "serviceType": ["vCPE"],
            "geoRegion": ["US", "INTERNATIONAL"],
            "networkType": ["ip"],
            "resourceInstanceType": ["vG"]
        },
        "cloudAttributeProperty": {
            "networkRoles": {
                "all": [
                    	"vG.OAM",
                      "vG.SR_IOV_Provider2_1",
                      "vG.SR_IOV_Provider2_2"
                ]
            },
            "complex": {
                "any": [  ]
            }
        },
        "type": "attribute",
        "resourceInstanceType": ["vG"]
    }
}