{ "additionalProperties": false, "description": "Information related to Sites applicable for given Org.", "id": "SiteInfo", "module_id": "PolicyOrg", "properties": { "edge_cluster_paths": { "description": "The edge cluster on which the networking elements for the Org will be created. In case of Label, it should have reference of Edge cluster path.", "items": { "type": "string" }, "title": "PolicyPath of the edge cluster or label", "type": "array", "x-vmw-cross-reference": [ { "leftType": [ "Vpc" ], "relationshipType": "VPC_EDGE_CLUSTER_RELATIONSHIP", "rightType": [ "PolicyEdgeCluster" ] }, { "leftType": [ "Project" ], "relationshipType": "PROJECT_EDGE_CLUSTER_RELATIONSHIP", "rightType": [ "PolicyEdgeCluster" ] }, { "leftType": [ "Project" ], "relationshipType": "PROJECT_EDGE_CLUSTER_LABEL_RELATIONSHIP", "rightType": [ "Label" ] }, { "leftType": [ "Project" ], "relationshipType": "VPC_EDGE_CLUSTER_LABEL_RELATIONSHIP", "rightType": [ "Label" ] } ] }, "site_path": { "description": "This represents the path of the site which is managed by Global Manager. For the local manager, if set, this needs to point to 'default'.", "required": false, "title": "PolicyPath of the site", "type": "string", "x-vmw-cross-reference": [ { "leftType": [ "Org" ], "relationshipType": "TENANT_SITE_RELATIONSHIP", "rightType": [ "Site" ] }, { "leftType": [ "Project" ], "relationshipType": "PROJECT_SITE_RELATIONSHIP", "rightType": [ "Site" ] }, { "leftType": [ "Vpc" ], "relationshipType": "VPC_SITE_RELATIONSHIP", "rightType": [ "Site" ] } ] } }, "title": "Site information", "type": "object" }