GmFederationSiteConfig (type)

{
  "additionalProperties": false, 
  "description": "Additional configuration required for federation at Site.", 
  "id": "GmFederationSiteConfig", 
  "module_id": "PolicyEnforcementPointManagement", 
  "properties": {
    "transit_subnet": {
      "description": "IP Addresses to be allocated for transit segment when the gateway is stretched. Note that Global Manager will carve out the IP Pool for each site to be used for edge nodes when gateway is stretched based on the user provided subnet and maximum number of edge nodes allowed per site.", 
      "format": "ip-cidr-block", 
      "readlony": true, 
      "title": "Transit subnet in CIDR format", 
      "type": "string"
    }
  }, 
  "title": "Federation configuration for the site", 
  "type": "object"
}