Module Values.VcfHostnamesSource

The 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.

Sourcetype nonrec t = {
  1. vCenter : HostName.t;
    (*

    The VMware vCenter hostname.

    *)
  2. nsx : HostName.t;
    (*

    The VMware NSX hostname.

    *)
  3. nsxManager1 : HostName.t;
    (*

    The hostname for the first VMware NSX Manager virtual machine (VM).

    *)
  4. nsxManager2 : HostName.t;
    (*

    The hostname for the second VMware NSX Manager virtual machine (VM).

    *)
  5. nsxManager3 : HostName.t;
    (*

    The hostname for the third VMware NSX Manager virtual machine (VM).

    *)
  6. nsxEdge1 : HostName.t;
    (*

    The hostname for the first NSX Edge node.

    *)
  7. nsxEdge2 : HostName.t;
    (*

    The hostname for the second NSX Edge node.

    *)
  8. sddcManager : HostName.t;
    (*

    The hostname for SDDC Manager.

    *)
  9. cloudBuilder : HostName.t;
    (*

    The hostname for VMware Cloud Builder.

    *)
}
Sourceval context_ : string
Sourceval 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
Sourceval to_value : t -> [> `Structure of (string * [> `String of HostName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t