{
  "description": "VSphereMachineConfig is the Schema for the vspheremachineconfigs API.",
  "properties": {
    "apiVersion": {
      "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
      "type": "string"
    },
    "kind": {
      "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "spec": {
      "description": "VSphereMachineConfigSpec defines the desired state of VSphereMachineConfig.",
      "properties": {
        "datastore": {
          "type": "string"
        },
        "diskGiB": {
          "type": "integer"
        },
        "folder": {
          "type": "string"
        },
        "memoryMiB": {
          "type": "integer"
        },
        "numCPUs": {
          "type": "integer"
        },
        "osFamily": {
          "type": "string"
        },
        "resourcePool": {
          "type": "string"
        },
        "storagePolicyName": {
          "type": "string"
        },
        "tags": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "template": {
          "type": "string"
        },
        "users": {
          "items": {
            "description": "UserConfiguration defines the configuration of the user to be added to the VM.",
            "properties": {
              "name": {
                "type": "string"
              },
              "sshAuthorizedKeys": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              }
            },
            "required": [
              "name",
              "sshAuthorizedKeys"
            ],
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        }
      },
      "required": [
        "datastore",
        "folder",
        "memoryMiB",
        "numCPUs",
        "osFamily",
        "resourcePool"
      ],
      "type": "object",
      "additionalProperties": false
    },
    "status": {
      "description": "VSphereMachineConfigStatus defines the observed state of VSphereMachineConfig.",
      "type": "object"
    }
  },
  "type": "object"
}
