DeploymentInfrastructure

DeploymentInfrastructure
DeploymentInfrastructure

The deployment infrastructure defining the target infrastructure to deploy in.

JSON Example
{
    "vcenter": {
        "vcenterName": "string",
        "vcenterHost": "string",
        "vcenterUsername": "string",
        "vcenterPassword": "string",
        "datacenterName": "string",
        "clusterName": "string",
        "datastores": [
            "string"
        ],
        "folderName": "string",
        "resourcePool": "string"
    },
    "nsxt": {
        "nsxVip": "string",
        "nsxManagerIp": "string",
        "nsxRootPassword": "string",
        "nsxCliPassword": "string"
    }
}
vcenter
Required

vcenter

nsxt
Optional

nsxt