aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/nfv-types/extZteVL/extZteVL.yml
blob: 86180195876ccc6945eb728471c9091557097704 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
tosca_definitions_version: tosca_simple_yaml_1_0_0
node_types: 
  tosca.nodes.nfv.ext.zte.VL: 
    derived_from: tosca.nodes.Root
    properties: 
      segmentation_id: 
        type: string
        required: false
      network_name: 
        type: string
        required: false
      is_predefined: 
        type: boolean
        required: false
      mtu: 
        type: integer
        required: false
      dns_nameservers: 
        type: list
        required: false
        entry_schema: 
          type: string
      physical_network: 
        type: string
        required: false
      dhcp_enabled: 
        type: boolean
        required: false
      network_id: 
        type: string
        required: false
      host_routes: 
        type: list
        required: false
        entry_schema: 
          type: tosca.datatypes.nfv.ext.HostRouteInfo
      ip_version: 
        type: integer
        required: false
      vendor: 
        type: string
        required: false
      name: 
        type: string
        required: false
      start_ip: 
        type: string
        required: false
      vlan_transparent: 
        type: boolean
        required: false
      cidr: 
        type: string
        required: false
      gateway_ip: 
        type: string
        required: false
      network_type: 
        type: string
        required: false
      end_ip: 
        type: string
        required: false
      location_info: 
        type: tosca.datatypes.nfv.ext.LocationInfo
        required: false
    capabilities: 
      virtual_linkable: 
        type: tosca.capabilities.nfv.VirtualLinkable