VMware · JSON Structure

Vmware Vsphere Vm Create Spec Structure

Type: object Properties: 7
Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

VMCreateSpec 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 guest_OS placement hardware_version disks nics boot

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "VMCreateSpec",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "guest_OS": {
      "type": "string"
    },
    "placement": {
      "type": "object"
    },
    "hardware_version": {
      "type": "string"
    },
    "disks": {
      "type": "array"
    },
    "nics": {
      "type": "array"
    },
    "boot": {
      "type": "object"
    }
  }
}