
This is part of new vmware_nsx directory structure proposed in https://goo.gl/GdWXyH. Change-Id: I86262470a03c520bf8fe0f5129d940107701004f
13 lines
377 B
JSON
13 lines
377 B
JSON
{
|
|
"display_name": "%(display_name)s",
|
|
"uuid": "%(uuid)s",
|
|
"tags": [{"scope": "os_tid", "tag": "%(tenant_id)s"}],
|
|
"type": "LogicalSwitchConfig",
|
|
"_schema": "/ws.v1/schema/LogicalSwitchConfig",
|
|
"port_isolation_enabled": false,
|
|
"transport_zones": [
|
|
{"zone_uuid": "%(zone_uuid)s",
|
|
"transport_type": "stt"}],
|
|
"_href": "/ws.v1/lswitch/%(uuid)s"
|
|
}
|