Oracle Cloud Compute Context
JSON-LD context defining the semantic vocabulary for Oracle Cloud Compute from Oracle Cloud Infrastructure.
3 Classes
20 Properties
4 Namespaces
Namespaces
oci:
https://docs.oracle.com/en-us/iaas/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Shape
Image
Instance
Properties
| Property |
Type |
Container |
| availabilityDomain |
string |
|
| compartmentId |
string |
|
| definedTags |
|
|
| displayName |
string |
|
| freeformTags |
|
|
| gpus |
integer |
|
| id |
string |
|
| imageId |
string |
|
| isFlexible |
boolean |
|
| lifecycleState |
string |
|
| memoryInGBs |
decimal |
|
| networkingBandwidthInGbps |
decimal |
|
| ocpus |
decimal |
|
| operatingSystem |
string |
|
| operatingSystemVersion |
string |
|
| processorDescription |
string |
|
| region |
string |
|
| shape |
string |
|
| sizeInMBs |
integer |
|
| timeCreated |
dateTime |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"oci": "https://docs.oracle.com/en-us/iaas/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Shape": "oci:Shape",
"Image": "oci:Image",
"Instance": "oci:Instance",
"availabilityDomain": {
"@id": "oci:availabilityDomain",
"@type": "xsd:string"
},
"compartmentId": {
"@id": "oci:compartmentId",
"@type": "xsd:string"
},
"definedTags": {
"@id": "oci:definedTags"
},
"displayName": {
"@id": "oci:displayName",
"@type": "xsd:string"
},
"freeformTags": {
"@id": "oci:freeformTags"
},
"gpus": {
"@id": "oci:gpus",
"@type": "xsd:integer"
},
"id": {
"@id": "oci:id",
"@type": "xsd:string"
},
"imageId": {
"@id": "oci:imageId",
"@type": "xsd:string"
},
"isFlexible": {
"@id": "oci:isFlexible",
"@type": "xsd:boolean"
},
"lifecycleState": {
"@id": "oci:lifecycleState",
"@type": "xsd:string"
},
"memoryInGBs": {
"@id": "oci:memoryInGBs",
"@type": "xsd:decimal"
},
"networkingBandwidthInGbps": {
"@id": "oci:networkingBandwidthInGbps",
"@type": "xsd:decimal"
},
"ocpus": {
"@id": "oci:ocpus",
"@type": "xsd:decimal"
},
"operatingSystem": {
"@id": "oci:operatingSystem",
"@type": "xsd:string"
},
"operatingSystemVersion": {
"@id": "oci:operatingSystemVersion",
"@type": "xsd:string"
},
"processorDescription": {
"@id": "oci:processorDescription",
"@type": "xsd:string"
},
"region": {
"@id": "oci:region",
"@type": "xsd:string"
},
"shape": {
"@id": "oci:shape",
"@type": "xsd:string"
},
"sizeInMBs": {
"@id": "oci:sizeInMBs",
"@type": "xsd:integer"
},
"timeCreated": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
}
}
}