NSX-T Data Center REST API

LBSnatTranslation (type)

{
  "abstract": true,
  "additionalProperties": false,
  "description": "Snat Translation.",
  "id": "LBSnatTranslation",
  "module_id": "PolicyLoadBalancer",
  "polymorphic-type-descriptor": {
    "mode": "enabled",
    "property-name": "type"
  },
  "properties": {
    "type": {
      "$ref": "LBSnatTranslationType",
      "description": "Snat translation type.",
      "required": true,
      "title": "Snat translation type"
    }
  },
  "title": "Snat Translation",
  "type": "object"
}