DcVcenterSpec

DcVcenterSpec
DcVcenterSpec
JSON Example
{
    "certificate": {
        "validFrom": "string",
        "validTo": "string",
        "thumbprint": "string"
    },
    "networks": [
        {
            "portGroupName": "string",
            "gateway": "string",
            "subnetMask": "string",
            "domainName": "string",
            "searchPath": [
                "string"
            ],
            "useDhcp": false,
            "dns": [
                "string"
            ],
            "ntp": [
                "string"
            ]
        }
    ],
    "clusters": [
        "string"
    ],
    "resourcePools": [
        "string"
    ],
    "datastores": [
        "string"
    ],
    "datacenters": [
        "string"
    ],
    "storagePolicies": [
        "string"
    ],
    "storageClusters": [
        "string"
    ]
}
certificate
Optional

Certificate of the registered datacenter component. Will be discovered by VCP LCM.

networks
Optional

List of networks (port groups) defined in vCenter. The networks are discovered automatically by VCP LCM, but additional IP settings can be added to these networks.

array of string
clusters
Optional

List of clusters defined in vCenter. Will be auto discovered by VCP LCM.

array of string
resourcePools
Optional

List of resource pools defined in vCenter. Will be auto discovered by VCP LCM.

array of string
datastores
Optional

List of datastores defined in vCenter. Will be auto discovered by VCP LCM.

array of string
datacenters
Optional

List of datacenters defined in vCenter. Will be auto discovered by VCP LCM.

array of string
storagePolicies
Optional

List of storage policies (storage profiles) defined in vCenter. Will be auto discovered by VCP LCM.

array of string
storageClusters
Optional

List of storage cluster (storage pod) names defined in vCenter. Will be auto discovered by VCP LCM.