VMware · Schema

ClusterInfo

Detailed cluster configuration

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Properties

Name Type Description
name string Display name of the cluster
resource_pool string Root resource pool of the cluster
View JSON Schema on GitHub

JSON Schema

vmware-vsphere-cluster-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ClusterInfo",
  "type": "object",
  "description": "Detailed cluster configuration",
  "properties": {
    "name": {
      "type": "string",
      "description": "Display name of the cluster"
    },
    "resource_pool": {
      "type": "string",
      "description": "Root resource pool of the cluster"
    }
  }
}