NSX-T Data Center REST API

FederationGatewayConfig (type)

{
  "additionalProperties": false,
  "description": "Additional gateway configuration required for federation",
  "extends": {
    "$ref": "FederationConnectivityConfig"
  },
  "id": "FederationGatewayConfig",
  "module_id": "PolicyConnectivity",
  "properties": {
    "global_overlay_id": {
      "description": "Global id for by Layer3 services for federation usecases.",
      "readonly": true,
      "title": "Auto generated federation global 24-bit id",
      "type": "integer"
    },
    "inter_site_transit_vlan_id": {
      "nsx_feature": "FedVrf",
      "readonly": true,
      "required": false,
      "title": "inter site transit vlan id\n",
      "type": "int"
    },
    "site_allocation_indices": {
      "description": "Indicies for cross site allocation for edge cluster and its members referred by gateway.",
      "items": {
        "$ref": "SiteAllocationIndexForEdge"
      },
      "readonly": true,
      "title": "Indicies for cross site allocation\n",
      "type": "array"
    },
    "transit_segment_id": {
      "description": "Global UUID for transit segment id to be used by Layer2 services for federation usecases.",
      "readonly": true,
      "title": "Auto generated federation global id for transit segment",
      "type": "string"
    }
  },
  "title": "Federation gateway configuration",
  "type": "object"
}