VMware · JSON Structure

Vmware Vsphere Memory Info Structure

Type: object Properties: 4
Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

MemoryInfo 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

size_MiB hot_add_enabled hot_add_increment_size_MiB hot_add_limit_MiB

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MemoryInfo",
  "type": "object",
  "properties": {
    "size_MiB": {
      "type": "integer"
    },
    "hot_add_enabled": {
      "type": "boolean"
    },
    "hot_add_increment_size_MiB": {
      "type": "integer"
    },
    "hot_add_limit_MiB": {
      "type": "integer"
    }
  }
}