Values.ComputeConfigurationSourceContains compute attributes. These attributes only need be specified when your project's or fleet's computeType is set to ATTRIBUTE_BASED_COMPUTE or CUSTOM_INSTANCE_TYPE.
type nonrec t = {vCpu : WrapperLong.t option;The number of vCPUs of the instance type included in your fleet.
*)memory : WrapperLong.t option;The amount of memory of the instance type included in your fleet.
*)disk : WrapperLong.t option;The amount of disk space of the instance type included in your fleet.
*)machineType : MachineType.t option;The machine type of the instance type included in your fleet.
*)instanceType : NonEmptyString.t option;The EC2 instance type to be launched in your fleet.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of WrapperLong.t
| `String of NonEmptyString.t ])
list ]