NSX-T Data Center REST API
LogicalSwitchInfo (type)
{
"additionalProperties": false,
"id": "LogicalSwitchInfo",
"module_id": "CloudServiceManager",
"properties": {
"instances_count": {
"readonly": true,
"required": false,
"title": "Number of instances on this logical switch",
"type": "integer"
},
"is_default_logical_switch": {
"readonly": true,
"required": false,
"title": "Flag to identify if this is the default logical switch",
"type": "boolean"
},
"logical_switch_display_name": {
"readonly": true,
"required": false,
"title": "Name of the logical switch",
"type": "string"
},
"logical_switch_id": {
"readonly": true,
"required": false,
"title": "ID of the logical switch",
"type": "string"
},
"nsx_switch_tag": {
"readonly": true,
"required": false,
"title": "This tag is applied on cloud compute resource to be attached to this\nlogical switch\n",
"type": "string"
}
},
"type": "object"
}