VMware · JSON Structure

Vmware Vsphere Datastore Info Structure

Type: object Properties: 7
Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

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

Properties

name type accessible free_space capacity thin_provisioning_supported multiple_host_access

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DatastoreInfo",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "accessible": {
      "type": "boolean"
    },
    "free_space": {
      "type": "integer"
    },
    "capacity": {
      "type": "integer"
    },
    "thin_provisioning_supported": {
      "type": "boolean"
    },
    "multiple_host_access": {
      "type": "boolean"
    }
  }
}