diff options
Diffstat (limited to 'vcpe_beijing/vcpe/__others_tmp/Definitions/resource-VcpearTunnelxconn20180927a-template-interface.yml')
-rw-r--r-- | vcpe_beijing/vcpe/__others_tmp/Definitions/resource-VcpearTunnelxconn20180927a-template-interface.yml | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/vcpe_beijing/vcpe/__others_tmp/Definitions/resource-VcpearTunnelxconn20180927a-template-interface.yml b/vcpe_beijing/vcpe/__others_tmp/Definitions/resource-VcpearTunnelxconn20180927a-template-interface.yml new file mode 100644 index 0000000..d90eb3d --- /dev/null +++ b/vcpe_beijing/vcpe/__others_tmp/Definitions/resource-VcpearTunnelxconn20180927a-template-interface.yml @@ -0,0 +1,63 @@ +tosca_definitions_version: tosca_simple_yaml_1_1 +imports: +- nodes: + file: nodes.yml +- datatypes: + file: data.yml +- capabilities: + file: capabilities.yml +- relationships: + file: relationships.yml +- groups: + file: groups.yml +- policies: + file: policies.yml +node_types: + org.openecomp.resource.vf.VcpearTunnelxconn20180927a: + derived_from: org.openecomp.resource.abstract.nodes.VF + properties: + nf_naming: + default: + ecomp_generated_naming: true + type: org.openecomp.datatypes.Naming + multi_stage_design: + default: false + type: boolean + nf_naming_code: + type: string + nf_function: + type: string + availability_zone_max_count: + default: 1 + type: integer + nf_role: + type: string + max_instances: + type: integer + min_instances: + type: integer + nf_type: + type: string + capabilities: + allottedresource0.feature: + type: tosca.capabilities.Node + occurrences: + - 1 + - UNBOUNDED + valid_source_types: [ + ] + requirements: + - allottedresource0.dependency: + occurrences: + - 0 + - UNBOUNDED + capability: tosca.capabilities.Node + node: tosca.nodes.Root + relationship: tosca.relationships.DependsOn + - allottedresource0.service_dependency: + occurrences: + - 1 + - UNBOUNDED + capability: org.openecomp.capabilities.AllottedResource + node: tosca.services.Root + relationship: tosca.relationships.DependsOn |