aboutsummaryrefslogtreecommitdiffstats
path: root/model/vfc/InternetProfileVFC.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'model/vfc/InternetProfileVFC.yaml')
-rw-r--r--model/vfc/InternetProfileVFC.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/model/vfc/InternetProfileVFC.yaml b/model/vfc/InternetProfileVFC.yaml
new file mode 100644
index 0000000..d5cdab2
--- /dev/null
+++ b/model/vfc/InternetProfileVFC.yaml
@@ -0,0 +1,26 @@
+tosca_definitions_version: tosca_simple_yaml_1_0_0
+node_types:
+ org.openecomp.resource.vfc.InternetProfile:
+ derived_from: tosca.nodes.Root
+ properties:
+ rg_mac_addr:
+ type: string
+ required: true
+ service_type:
+ type: string
+ required: true
+ upstream_speed:
+ type: string
+ required: true
+ downstream_speed:
+ type: string
+ required: true
+ remote_id:
+ type: string
+ required: true
+ capabilities:
+ virtual_binding:
+ type: tosca.capabilities.nfv.VirtualBindable
+ occurrences:
+ - 1
+ - UNBOUNDED