aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/data_types.json
blob: 8f3b9b4c5614a8c2edd7f4cc56066431b4e77080 (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
  "data_types": {
    "dt-resource-assignment-properties": {
      "description": "Dynamic DataType definition for workflow(resource-assignment).",
      "version": "1.0.0",
      "properties": {
        "vfw_interface_ip": {
          "type": "dt-netbox-ip"
        },
        "interface-description": {
          "type": "string"
        },
        "vf-module-type": {
          "type": "string"
        },
        "vf-module-number": {
          "type": "string",
          "default": "3"
        },
        "prefix-id": {
          "type": "integer",
          "default": 11
        }
      },
      "derived_from": "tosca.datatypes.Dynamic"
    },
    "dt-config-assign-properties": {
      "description": "Dynamic DataType definition for workflow(config-assign).",
      "version": "1.0.0",
      "properties": {
        "hostname": {
          "type": "string"
        }
      },
      "derived_from": "tosca.datatypes.Dynamic"
    },
    "dt-config-deploy-properties": {
      "description": "Dynamic DataType definition for workflow(config-deploy).",
      "version": "1.0.0",
      "properties": {
        "vfw_interface_ip": {
          "type": "dt-netbox-ip"
        },
        "interface-name": {
          "type": "string"
        },
        "interface-description": {
          "type": "string"
        },
        "unit-number": {
          "type": "string"
        },
        "prefix-id": {
          "type": "string",
          "default": "11"
        },
        "vf-module-type": {
          "type": "string"
        },
        "vf-module-number": {
          "type": "string",
          "default": "3"
        }
      },
      "derived_from": "tosca.datatypes.Dynamic"
    },
    "dt-rollback-properties": {
      "description": "Dynamic DataType definition for workflow(rollback).",
      "version": "1.0.0",
      "properties": {
      },
      "derived_from": "tosca.datatypes.Dynamic"
    },
    "dt-netbox-ip": {
      "description": "This is Netbox IP Data Type",
      "version": "1.0.0",
      "properties": {
        "address": {
          "required": true,
          "type": "string"
        },
        "id": {
          "required": true,
          "type": "integer"
        }
      },
      "derived_from": "tosca.datatypes.Root"
    }
  }
}