diff options
author | 2020-03-24 17:19:52 +0000 | |
---|---|---|
committer | 2020-03-24 17:19:52 +0000 | |
commit | fe95ad70a92b12cd3b8864f825fa5d51eb99834d (patch) | |
tree | b232b822e549f85750dc73ab0af33ffbcb1562f5 /model/vfc/AccessConnectivityVFC.yaml | |
parent | 0aa21533e91f400b8a7c80ea5deabef2a857c38f (diff) | |
parent | 45343636aeb9c555bbaf9fa66cfe884568647695 (diff) |
Merge "Add BBS use case artifacts use case repo"
Diffstat (limited to 'model/vfc/AccessConnectivityVFC.yaml')
-rw-r--r-- | model/vfc/AccessConnectivityVFC.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/model/vfc/AccessConnectivityVFC.yaml b/model/vfc/AccessConnectivityVFC.yaml new file mode 100644 index 0000000..3d3df37 --- /dev/null +++ b/model/vfc/AccessConnectivityVFC.yaml @@ -0,0 +1,21 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0
+node_types:
+ org.openecomp.resource.vfc.accessConnectivity:
+ derived_from: tosca.nodes.Root
+ description: olt
+ properties:
+ service_type:
+ type: string
+ required: true
+ upstream_speed:
+ type: string
+ required: true
+ downstream_speed:
+ type: string
+ required: true
+ capabilities:
+ virtual_binding:
+ type: tosca.capabilities.nfv.VirtualBindable
+ occurrences:
+ - 1
+ - UNBOUNDED
|