Values.ComputeAttributesSourceInformation about compute hardware assets.
type nonrec t = {hostId : HostId.t option;The host ID of the Dedicated Host on the asset.
*)state : ComputeAssetState.t option;The state. ACTIVE - The asset is available and can provide capacity for new compute resources. ISOLATED - The asset is undergoing maintenance and can't provide capacity for new compute resources. Existing compute resources on the asset are not affected. RETIRING - The underlying hardware for the asset is degraded. Capacity for new compute resources is reduced. Amazon Web Services sends notifications for resources that must be stopped before the asset can be replaced. INSTALLING - The asset is being installed and can't yet provide capacity for new compute resources.
*)instanceFamilies : InstanceFamilies.t option;A list of the names of instance families that are currently associated with a given asset.
*)instanceTypeCapacities : AssetInstanceCapacityList.t option;The instance type capacities configured for this asset. This can be changed through a capacity task.
*)maxVcpus : VCPUCount.t option;The maximum number of vCPUs possible for the specified asset.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of VCPUCount.t
| `List of
[> `String of InstanceFamilyName.t
| `Structure of
(string
* [> `Integer of InstanceTypeCount.t
| `String of InstanceTypeName.t ])
list ]
list
| `String of HostId.t ])
list ]