NSX-T Data Center REST API
VpcServiceGatewayConfig (type)
{ "description": "VPC Service Gateway Configuration", "id": "VpcServiceGatewayConfig", "module_id": "PolicyVpcProfile", "properties": { "edge_cluster_paths": { "description": "Array of edge cluster paths for VPC attachment SR realization. Edge cluster specified must be associated with the Project. Changing edge cluster is allowed after configuring but this may cause service disruption.", "items": { "type": "string" }, "maxItems": 1, "minItems": 0, "required": false, "title": "Edge Cluster paths", "type": "array", "x-vmw-cross-reference": [ { "leftType": [ "VpcConnectivityProfile" ], "relationshipType": "VPC_CONNECTIVITY_PROFILE_EDGE_CLUSTER_RELATIONSHIP", "rightType": [ "PolicyEdgeCluster" ] } ] }, "enable": { "default": true, "description": "Status of the VPC attachment SR.", "required": false, "title": "Activate or Deactivate VPC SR attachment services", "type": "boolean" }, "nat_config": { "$ref": "VpcNatConfig", "description": "VPC will be created with SNAT rule for private and project subnets.", "required": false, "title": "NAT Configuration" }, "qos_config": { "$ref": "GatewayQosProfileConfig", "description": "QoS Profile configuration for VPC connected to the gateway.", "required": false, "title": "QOS Configuration" } }, "title": "VPC Service Gateway Configuration", "type": "object" }