tosca_definitions_version: tosca_simple_yaml_1_0_0 node_types: org.openecomp.resource.abstract.nodes.VF: derived_from: tosca.nodes.Root properties: nf_function: type: string nf_role: type: string nf_naming_code: type: string nf_type: type: string nf_naming: type: org.openecomp.datatypes.Naming availability_zone_max_count: type: integer default: 1 constraints: - valid_values: [0,1,2] min_instances: type: integer max_instances: type: integer multi_stage_design: type: boolean default: false sdnc_model_name: type: string sdnc_model_version: type: string sdnc_artifact_name: type: string skip_post_instantiation_configuration: type: boolean default: true constraints: - valid_values: [true,false] controller_actor: type: string default: SO-REF-DATA constraints: - valid_values: - SO-REF-DATA - CDS - SDNC - APPC