Nutanix · Schema

VmIntentInput

Input for creating or updating a VM with the intent model.

Cloud ManagementHyperconvergedInfrastructureVirtualizationKubernetesDatabase

Properties

Name Type Description
spec object
metadata object
View JSON Schema on GitHub

JSON Schema

nutanix-vmintentinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VmIntentInput",
  "title": "VmIntentInput",
  "type": "object",
  "description": "Input for creating or updating a VM with the intent model.",
  "required": [
    "spec",
    "metadata"
  ],
  "properties": {
    "spec": {
      "$ref": "#/components/schemas/VmSpec"
    },
    "metadata": {
      "$ref": "#/components/schemas/EntityMetadata"
    }
  }
}