Values.VcfHostnamesSourceThe DNS hostnames that Amazon EVS uses to install VMware vCenter Server, NSX, SDDC Manager, and Cloud Builder. Each hostname must be unique, and resolve to a domain name that you've registered in your DNS service of choice. Hostnames cannot be changed. VMware VCF requires the deployment of two NSX Edge nodes, and three NSX Manager virtual machines.
type nonrec t = {vCenter : HostName.t;The VMware vCenter hostname.
*)nsx : HostName.t;The VMware NSX hostname.
*)nsxManager1 : HostName.t;The hostname for the first VMware NSX Manager virtual machine (VM).
*)nsxManager2 : HostName.t;The hostname for the second VMware NSX Manager virtual machine (VM).
*)nsxManager3 : HostName.t;The hostname for the third VMware NSX Manager virtual machine (VM).
*)nsxEdge1 : HostName.t;The hostname for the first NSX Edge node.
*)nsxEdge2 : HostName.t;The hostname for the second NSX Edge node.
*)sddcManager : HostName.t;The hostname for SDDC Manager.
*)cloudBuilder : HostName.t;The hostname for VMware Cloud Builder.
*)}val make :
vCenter:HostName.t ->
nsx:HostName.t ->
nsxManager1:HostName.t ->
nsxManager2:HostName.t ->
nsxManager3:HostName.t ->
nsxEdge1:HostName.t ->
nsxEdge2:HostName.t ->
sddcManager:HostName.t ->
cloudBuilder:HostName.t ->
unit ->
t