Values_0.EbsCardInfoSourceDescribes the performance characteristics of an EBS card on the instance type.
type nonrec t = {ebsCardIndex : EbsCardIndex.t option;The index of the EBS card.
*)baselineBandwidthInMbps : BaselineBandwidthInMbps.t option;The baseline bandwidth performance for the EBS card, in Mbps.
*)baselineThroughputInMBps : BaselineThroughputInMBps.t option;The baseline throughput performance for the EBS card, in MBps.
*)baselineIops : BaselineIops.t option;The baseline IOPS performance for the EBS card.
*)maximumBandwidthInMbps : MaximumBandwidthInMbps.t option;The maximum bandwidth performance for the EBS card, in Mbps.
*)maximumThroughputInMBps : MaximumThroughputInMBps.t option;The maximum throughput performance for the EBS card, in MBps.
*)maximumIops : MaximumIops.t option;The maximum IOPS performance for the EBS card.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of BaselineThroughputInMBps.t
| `Integer of EbsCardIndex.t ])
list ]