VMware · JSON Structure

Vmware Vsphere Hardware Update Spec Structure

Type: object Properties: 2
Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

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

Properties

upgrade_policy upgrade_version

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "HardwareUpdateSpec",
  "type": "object",
  "properties": {
    "upgrade_policy": {
      "type": "string"
    },
    "upgrade_version": {
      "type": "string"
    }
  }
}