blob: ab10c0b523d7fc7f52621e66f28fb8d700fed7da (
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
|
{
"payloadName": "normative-types-new-userCompute.yml",
"contactId": "jh0003",
"name": "tosca.nodes.userCompute",
"description": "Represents a real or virtual machine or server. Information specified on the Compute
node will be used to find the machine that fits the given requirements in the cloud
available machines. If no sizing information are specified the cloud provider default
machine will be used. It is strongly recommended to specify the required CPUs and memory
at least.",
"resourceIconPath": "defaulticon",
"categories": [
{
"name": "Generic",
"subcategories": [
{
"name": "Infrastructure"
}
]
}
],
"tags": [
"tosca.nodes.userCompute"
],
"vendorName": "UserVendor",
"vendorRelease": "1.1.1"
}
|