NSX-T Data Center REST API
SubnetExtraConfig (type)
{ "additionalProperties": false, "description": "Vpc subnet extra config is intended for supporting vendor specific configuration on the data path, it can be set as key value string pairs on vpc subnet.", "extends": { "$ref": "SegmentExtraConfig" }, "id": "SubnetExtraConfig", "module_id": "PolicyVpcSubnet", "properties": { "config_pair": { "$ref": "UnboundedKeyValuePair", "description": "Key value pair in string for the configuration.", "required": true, "title": "Key value pair in string for the configuration" } }, "title": "Vendor specific configuration on vpc subnet", "type": "object" }