{ "description": "Contains a list of cluster node VM deployment requests and optionally a clustering configuration.", "id": "AddClusterNodeVMInfo", "module_id": "ClusterNodeVMDeployment", "properties": { "clustering_config": { "$ref": "ClusteringConfig, "deprecated": true, "description": "This property is deprecated since ClusteringConfig is no longer needed for auto-installation and will be ignored if provided.", "required": false, "title": "Configuration for auto-clustering of VMs post-deployment" }, "deployment_requests": { "description": "Cluster node VM deployment requests to be deployed by the Manager.", "items": { "$ref": "ClusterNodeVMDeploymentRequest }, "minItems": 1, "required": true, "title": "List of deployment requests", "type": "array" } }, "title": "Info for AddClusterNodeVM", "type": "object" }