tosca_definitions_version: tosca_simple_yaml_1_0_0 node_types: tosca.nodes.nfv.Vdu.VirtualFileStorage: derived_from: tosca.nodes.Root description: This node type describes the specifications of requirements related to virtual file storage resources properties: virtual_file_storage_data: type: tosca.datatypes.nfv.VirtualFileStorageData description: Describes the file storage characteristics. required: true capabilities: virtual_storage: type: tosca.capabilities.nfv.VirtualStorage description: Defines the capabilities of virtual_storage. requirements: - virtual_link: capability: tosca.capabilities.nfv.VirtualLinkable relationship: tosca.relationships.nfv.VirtualLinksTo occurrences: [1, 1] #description: Describes the requirements for linking to virtual link