DcVcenterSpec
{
"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 of the registered datacenter component. Will be discovered by VCP LCM.
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.
List of clusters defined in vCenter. Will be auto discovered by VCP LCM.
List of resource pools defined in vCenter. Will be auto discovered by VCP LCM.
List of datastores defined in vCenter. Will be auto discovered by VCP LCM.
List of datacenters defined in vCenter. Will be auto discovered by VCP LCM.
List of storage policies (storage profiles) defined in vCenter. Will be auto discovered by VCP LCM.
List of storage cluster (storage pod) names defined in vCenter. Will be auto discovered by VCP LCM.