Topology
This schema extension introduces abstract network pods and services running in the pods, such as MPLS and EVPN.
Details
- Dependencies:
Generics
Generic
- Label: Topology
- Description: Generic model for topology.
- Namespace: Topology
- Icon: carbon:network-3
Attributes
name | description | kind | optional | default_value | choices |
---|---|---|---|---|---|
description | Text | True |
Relationships
name | peer | optional | cardinality | kind |
---|---|---|---|---|
location | LocationGeneric | True | one | Attribute |
Code
version: '1.0'
generics:
- name: Generic
namespace: Topology
description: Generic model for topology.
label: Topology
icon: carbon:network-3
attributes:
- name: description
kind: Text
order_weight: 1300
optional: true
relationships:
- name: location
peer: LocationGeneric
optional: true
cardinality: one
kind: Attribute