VMware · JSON Structure

Vmware Vsphere Resource Pool Summary Structure

Type: object Properties: 2
Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

ResourcePoolSummary is a JSON Structure definition published by VMware, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

resource_pool name

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ResourcePoolSummary",
  "type": "object",
  "properties": {
    "resource_pool": {
      "type": "string"
    },
    "name": {
      "type": "string"
    }
  }
}