...
R2+ Attributes | Qualifier | Cardinality | Content | Description | Producer | Consumer |
---|---|---|---|---|---|---|
uuid | M | 1 | String(Identifier) | Identifier of Fowarding Construct | SDC | SDC/UUI/SDNC |
name | O | 1 | String | Human readable name for FC | SDC | SDC/UUI/SDNC |
version | M | 1 | String | Identify the version of FC | SDC | SDC/UUI/SDNC |
description | O | 1 | String | Additional infomation for FC description | SDC | SDC/UUI/SDNC |
topology | M | 1 | String | FC topology, valid values for now: ['hub-spoke', 'fullmesh', 'p2p'] | SDC | SDC/UUI/SDNC |
tenant | O | 1 | String | Tenant information for the FC | SDC | SDC/UUI/SDNC |
creator | O | 1 | String | The creator of the FC | SDC | SDC/UUI/SDNC |
endPointDId | M | 2..N | String | References the end points of FC. Each end point is described by FC PointPort. | SDC | SDC/UUI/SDNC |
fcRouteDId | M | 0..N | String | References the fc route which describes the routing relationships within FC. | SDC | SDC/UUI/SDNC |
configurationDId | M | 0..N | String | References the specify configuration | SDC | SDC/UUI/SDNC |
FC
...
Port
R2+ Attributes | Qualifier | Cardinality | Content | Description | Producer | Consumer |
---|---|---|---|---|---|---|
uuid | M | 1 | String(Identifier) | Identifier of Fowarding Construct Point | SDC | SDC/UUI/SDNC |
name | O | 1 | String | Human readable name for FC PointPort | SDC | SDC/UUI/SDNC |
version | M | 1 | String | Identify the version of FC PointPort | SDC | SDC/UUI/SDNC |
description | O | 1 | String | Additional infomation for FC Point Port description | SDC | SDC/UUI/SDNC |
interface | O | 1 | String | The associated interface | SDC | SDC/UUI/SDNC |
address | O | 1 | String | Ip address or mac address of the associated interface | SDC | SDC/UUI/SDNC |
hub-spoke-role | O | 1 | String | Role of the FC Point Port while the related FC has hub-spoke topology. | SDC | SDC/UUI/SDNC |
nodeDId | M | 0..1 | String | References the node which the FC Point Port host on. | SDC | SDC/UUI/SDNC |
configurationDId | M | 0..N | String | References the specify configuration | SDC | SDC/UUI/SDNC |
...