Google Cloud VMware Engine Private Cloud

Represents a VMware Engine private cloud resource, including its configuration, state, network settings, and management cluster.

ComputeGoogle CloudMigrationPrivate CloudVirtualizationVMware

Properties

Name Type Description
name string The resource name of this private cloud.
description string User-provided description for this private cloud.
state string State of the resource.
networkConfig object Network configuration for the private cloud.
managementCluster object The management cluster for this private cloud.
createTime string Creation time of the resource.
updateTime string Last update time of the resource.
expireTime string Time when the resource will be irreversibly purged.
View JSON Schema on GitHub

JSON Schema

vmwareengine-privatecloud.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-search/google-cloud-vmware-engine/refs/heads/main/json-schema/vmwareengine-privatecloud.json",
  "title": "Google Cloud VMware Engine Private Cloud",
  "description": "Represents a VMware Engine private cloud resource, including its configuration, state, network settings, and management cluster.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The resource name of this private cloud."
    },
    "description": {
      "type": "string",
      "description": "User-provided description for this private cloud."
    },
    "state": {
      "type": "string",
      "description": "State of the resource.",
      "enum": [
        "STATE_UNSPECIFIED",
        "ACTIVE",
        "CREATING",
        "UPDATING",
        "FAILED",
        "DELETED",
        "PURGING"
      ]
    },
    "networkConfig": {
      "type": "object",
      "description": "Network configuration for the private cloud.",
      "properties": {
        "managementCidr": {
          "type": "string",
          "description": "Management CIDR used by VMware management appliances."
        },
        "vmwareEngineNetwork": {
          "type": "string",
          "description": "The relative resource name of the VMware Engine network."
        }
      }
    },
    "managementCluster": {
      "type": "object",
      "description": "The management cluster for this private cloud.",
      "properties": {
        "clusterId": {
          "type": "string",
          "description": "The user-provided identifier of the management cluster."
        },
        "nodeTypeConfigs": {
          "type": "object",
          "description": "Node type configurations for the management cluster.",
          "additionalProperties": {
            "type": "object",
            "properties": {
              "nodeCount": {
                "type": "integer"
              }
            }
          }
        }
      }
    },
    "createTime": {
      "type": "string",
      "format": "date-time",
      "description": "Creation time of the resource."
    },
    "updateTime": {
      "type": "string",
      "format": "date-time",
      "description": "Last update time of the resource."
    },
    "expireTime": {
      "type": "string",
      "format": "date-time",
      "description": "Time when the resource will be irreversibly purged."
    }
  },
  "required": ["name"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/vmwareengine-privatecloud"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.