VMware · JSON Structure

Vmware Vsphere Disk Info Structure

Type: object Properties: 4
Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

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

Properties

label type capacity backing

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DiskInfo",
  "type": "object",
  "properties": {
    "label": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "capacity": {
      "type": "integer"
    },
    "backing": {
      "type": "object"
    }
  }
}