NSX-T Data Center Global Manager REST API
LBSnatAutoMap (type)
{
"additionalProperties": false,
"description": "Snat auto map.",
"extends": {
"$ref": "LBSnatTranslation"
},
"id": "LBSnatAutoMap",
"module_id": "PolicyLoadBalancer",
"polymorphic-type-descriptor": {
"type-identifier": "LBSnatAutoMap"
},
"properties": {
"type": {
"$ref": "LBSnatTranslationType",
"description": "Snat translation type.",
"required": true,
"title": "Snat translation type"
}
},
"title": "Snat auto map",
"type": "object"
}