Apache Cloudstack Context
JSON-LD context defining the semantic vocabulary for Apache Cloudstack from Apache CloudStack.
6 Classes
21 Properties
4 Namespaces
Namespaces
xsd:
http://www.w3.org/2001/XMLSchema#
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
cloudstack:
https://cloudstack.apache.org/vocab#
Classes
VirtualMachine
Network
Volume
Zone
AsyncJobResponse
AsyncJobResult
Properties
| Property |
Type |
Container |
| id |
string |
|
| name |
string |
|
| state |
string |
|
| zoneid |
string |
|
| zonename |
string |
|
| serviceofferingid |
string |
|
| templateid |
string |
|
| cpunumber |
integer |
|
| memory |
integer |
|
| ipaddress |
string |
|
| cidr |
string |
|
| type |
string |
|
| size |
long |
|
| virtualmachineid |
string |
|
| networktype |
string |
|
| allocationstate |
string |
|
| securitygroupsenabled |
boolean |
|
| jobid |
string |
|
| jobstatus |
integer |
|
| jobresultcode |
integer |
|
| jobresult |
|
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"xsd": "http://www.w3.org/2001/XMLSchema#",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"cloudstack": "https://cloudstack.apache.org/vocab#",
"VirtualMachine": "cloudstack:VirtualMachine",
"Network": "cloudstack:Network",
"Volume": "cloudstack:Volume",
"Zone": "cloudstack:Zone",
"AsyncJobResponse": "cloudstack:AsyncJobResponse",
"AsyncJobResult": "cloudstack:AsyncJobResult",
"id": { "@id": "cloudstack:id", "@type": "xsd:string" },
"name": { "@id": "cloudstack:name", "@type": "xsd:string" },
"state": { "@id": "cloudstack:state", "@type": "xsd:string" },
"zoneid": { "@id": "cloudstack:zoneid", "@type": "xsd:string" },
"zonename": { "@id": "cloudstack:zonename", "@type": "xsd:string" },
"serviceofferingid": { "@id": "cloudstack:serviceofferingid", "@type": "xsd:string" },
"templateid": { "@id": "cloudstack:templateid", "@type": "xsd:string" },
"cpunumber": { "@id": "cloudstack:cpunumber", "@type": "xsd:integer" },
"memory": { "@id": "cloudstack:memory", "@type": "xsd:integer" },
"ipaddress": { "@id": "cloudstack:ipaddress", "@type": "xsd:string" },
"cidr": { "@id": "cloudstack:cidr", "@type": "xsd:string" },
"type": { "@id": "cloudstack:type", "@type": "xsd:string" },
"size": { "@id": "cloudstack:size", "@type": "xsd:long" },
"virtualmachineid": { "@id": "cloudstack:virtualmachineid", "@type": "xsd:string" },
"networktype": { "@id": "cloudstack:networktype", "@type": "xsd:string" },
"allocationstate": { "@id": "cloudstack:allocationstate", "@type": "xsd:string" },
"securitygroupsenabled": { "@id": "cloudstack:securitygroupsenabled", "@type": "xsd:boolean" },
"jobid": { "@id": "cloudstack:jobid", "@type": "xsd:string" },
"jobstatus": { "@id": "cloudstack:jobstatus", "@type": "xsd:integer" },
"jobresultcode": { "@id": "cloudstack:jobresultcode", "@type": "xsd:integer" },
"jobresult": { "@id": "cloudstack:jobresult" }
}
}