L2BD

Layer 2 bridge domain managed object representing a VLAN. DN format is sys/bd/bd-[{fabEncap}].

Data CenterInfrastructureNetwork AutomationNetworkingSDNSwitches

Properties

Name Type Description
attributes object
View JSON Schema on GitHub

JSON Schema

cisco-nexus-nxapi-rest-l2-bd-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "L2BD",
  "type": "object",
  "description": "Layer 2 bridge domain managed object representing a VLAN. DN format is sys/bd/bd-[{fabEncap}].",
  "properties": {
    "attributes": {
      "type": "object"
    }
  }
}