aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/nfv-types/vduVirtualStorage/vduVirtualStorage.yml
blob: 5d22e1e6d420eeda3848067428d7a349746fe5f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
tosca_definitions_version: tosca_simple_yaml_1_0_0
node_types:
  tosca.nodes.nfv.VDU.VirtualStorage:
    derived_from: tosca.nodes.Root
    properties:
      id:
        type: string
        required: true
        status: SUPPORTED
      size_of_storage:
        type: string
        required: true
        status: SUPPORTED
      rdma_enabled:
        type: boolean
        required: false
        status: SUPPORTED
      type_of_storage:
        type: string
        required: true
        status: SUPPORTED
    capabilities:
      virtual_storage:
        type: tosca.capabilities.nfv.VirtualStorage
        occurrences:
        - 1
        - UNBOUNDED