Values.HostSourceAn ESX host that runs on an Amazon EC2 bare metal instance. Four hosts are created in an Amazon EVS environment during environment creation. You can add hosts to an environment using the CreateEnvironmentHost operation. Amazon EVS supports 4-16 hosts per environment.
type nonrec t = {hostName : HostName.t option;The DNS hostname of the host. DNS hostnames for hosts must be unique across Amazon EVS environments and within VCF.
*)ipAddress : IpAddress.t option;The IP address of the host.
*)keyName : KeyName.t option;The name of the SSH key that is used to access the host.
*)instanceType : InstanceType.t option;The EC2 instance type of the host. EC2 instances created through Amazon EVS do not support associating an IAM instance profile.
*)placementGroupId : PlacementGroupId.t option;The unique ID of the placement group where the host is placed.
*)dedicatedHostId : DedicatedHostId.t option;The unique ID of the Amazon EC2 Dedicated Host.
*)createdAt : Timestamp.t option;The date and time that the host was created.
*)modifiedAt : Timestamp.t option;The date and time that the host was modified.
*)hostState : HostState.t option;The state of the host.
*)stateDetails : StateDetails.t option;A detailed description of the hostState of a host.
*)ec2InstanceId : String_.t option;The unique ID of the EC2 instance that represents the host.
*)networkInterfaces : NetworkInterfaceList.t option;The elastic network interfaces that are attached to the host.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of NetworkInterfaceId.t ]) list ]
list
| `String of HostName.t
| `Timestamp of Timestamp.t ])
list ]