VMware · Schema

MemoryUpdateSpec

Specification for memory configuration

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Properties

Name Type Description
size_MiB integer Memory size in mebibytes
hot_add_enabled boolean
View JSON Schema on GitHub

JSON Schema

vmware-vsphere-memory-update-spec-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MemoryUpdateSpec",
  "type": "object",
  "description": "Specification for memory configuration",
  "properties": {
    "size_MiB": {
      "type": "integer",
      "description": "Memory size in mebibytes"
    },
    "hot_add_enabled": {
      "type": "boolean"
    }
  }
}