Google Cloud VMware Engine · JSON-LD Context

Vmwareengine Context

JSON-LD context defining the semantic vocabulary for Vmwareengine from Google Cloud VMware Engine.

8 Classes 3 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/
gcp: https://cloud.google.com/schema#

Classes

PrivateCloud Cluster NetworkPolicy name description state managementCidr vmwareEngineNetwork

Properties

Property Type Container
createTime dateTime
updateTime dateTime
nodeCount integer

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://cloud.google.com/vmware-engine/schema#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",
    "gcp": "https://cloud.google.com/schema#",
    "PrivateCloud": "gcp:VMwareEnginePrivateCloud",
    "Cluster": "gcp:VMwareEngineCluster",
    "NetworkPolicy": "gcp:VMwareEngineNetworkPolicy",
    "name": "schema:name",
    "description": "schema:description",
    "state": "gcp:state",
    "managementCidr": "gcp:managementCidr",
    "vmwareEngineNetwork": "gcp:vmwareEngineNetwork",
    "createTime": {
      "@id": "dcterms:created",
      "@type": "xsd:dateTime"
    },
    "updateTime": {
      "@id": "dcterms:modified",
      "@type": "xsd:dateTime"
    },
    "nodeCount": {
      "@id": "gcp:nodeCount",
      "@type": "xsd:integer"
    }
  }
}