NSX-T Data Center REST API

TransitGatewayRouteAdvertisementRule (type)

{
  "additionalProperties": false,
  "id": "TransitGatewayRouteAdvertisementRule",
  "module_id": "PolicyTransitGateway",
  "properties": {
    "route_advertisement_type": {
      "description": "Control routes advertised by Tier-1 instance. PUBLIC: Advertise all subnets and NAT IPs from external networks. TGW_PRIVATE: Advertise all TGW Private subnets. TGW_PRIVATE route advertisement type is only            supported with gateway connection outbound route advertisement with allow_private as true.",
      "enum": [
        "PUBLIC",
        "TGW_PRIVATE"
      ],
      "type": "string"
    }
  },
  "type": "object"
}