VMware · JSON Structure

Vmware Vsphere Cpu Update Spec Structure

Type: object Properties: 4
Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

CpuUpdateSpec 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

count cores_per_socket hot_add_enabled hot_remove_enabled

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CpuUpdateSpec",
  "type": "object",
  "properties": {
    "count": {
      "type": "integer"
    },
    "cores_per_socket": {
      "type": "integer"
    },
    "hot_add_enabled": {
      "type": "boolean"
    },
    "hot_remove_enabled": {
      "type": "boolean"
    }
  }
}