blob: 5eb87c8ea58a02a30b1fb6ac229b665b21743b87 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
group_types:
tosca.groups.nfv.VNFFG:
_extensions:
shorthand_name: VNFFG # ARIA NOTE: the spec must be mistaken here, says "VL"
type_qualified_name: tosca:VNFFG
specification: tosca-simple-nfv-1.0
specification_section: 10.6.1
specification_url: 'http://docs.oasis-open.org/tosca/tosca-nfv/v1.0/csd03/tosca-nfv-v1.0-csd03.html#_Toc447714727'
description: >-
The NFV VNFFG group type represents a logical VNF forwarding graph entity as defined by [ETSI GS NFV-MAN 001 v1.1.1].
derived_from: tosca.groups.Root
properties:
vendor:
description: >-
Specify the vendor generating this VNFFG.
type: string
version:
description: >-
Specify the identifier (e.g. name), version, and description of service this VNFFG is describing.
type: string
number_of_endpoints:
description: >-
Count of the external endpoints included in this VNFFG, to form an index.
type: integer
dependent_virtual_link:
description: >-
Reference to a list of VLD used in this Forwarding Graph.
type: list
entry_schema: string
connection_point:
description: >-
Reference to Connection Points forming the VNFFG.
type: list
entry_schema: string
constituent_vnfs:
description: >-
Reference to a list of VNFD used in this VNF Forwarding Graph.
type: list
entry_schema: string
members: [ tosca.nodes.nfv.FP ]