Google Cloud Data Fusion · JSON-LD Context

Google Cloud Data Fusion Context

JSON-LD context defining the semantic vocabulary for Google Cloud Data Fusion from Google Cloud Data Fusion.

14 Classes 1 Properties 1 Namespaces
View Context View on GitHub

Namespaces

gcloud: https://cloud.google.com/data-fusion/docs/reference/rest/v1/projects.locations.instances#

Classes

Instance name description displayName type state version createTime updateTime serviceEndpoint apiEndpoint zone labels privateInstance

Properties

Property Type Container
networkConfig

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "gcloud": "https://cloud.google.com/data-fusion/docs/reference/rest/v1/projects.locations.instances#",
    "Instance": "gcloud:Instance",
    "name": "schema:name",
    "description": "schema:description",
    "displayName": "schema:alternateName",
    "type": "schema:additionalType",
    "state": "schema:status",
    "version": "schema:softwareVersion",
    "createTime": "schema:dateCreated",
    "updateTime": "schema:dateModified",
    "serviceEndpoint": "schema:url",
    "apiEndpoint": "schema:EntryPoint",
    "zone": "schema:locationCreated",
    "labels": "schema:keywords",
    "privateInstance": "schema:isAccessibleForFree",
    "networkConfig": {
      "@id": "schema:NetworkConfiguration",
      "@context": {
        "network": "schema:name",
        "ipAllocation": "schema:identifier"
      }
    }
  }
}