NSX-T Data Center REST API
IntelligenceClusterNodeVMDeploymentConfig (type)
{
"abstract": true,
"description": "Contains info used to configure the VM on deployment",
"id": "IntelligenceClusterNodeVMDeploymentConfig",
"module_id": "NsxIntelligenceDeployment",
"polymorphic-type-descriptor": {
"mode": "enabled",
"property-name": "placement_type"
},
"properties": {
"placement_type": {
"description": "Specifies the config for the platform through which to deploy the VM",
"enum": [
"IntelligenceVsphereClusterNodeVMDeploymentConfig"
],
"required": true,
"title": "Type of deployment",
"type": "string"
}
},
"title": "Configuration for deploying NSX-Intelligence cluster node VM",
"type": "object"
}