Module Values.CustomerManagedWorkerCapabilitiesSource

The worker capabilities for a customer managed workflow.

Sourcetype nonrec t = {
  1. vCpuCount : VCpuCountRange.t;
    (*

    The vCPU count for the customer manged worker capabilities.

    *)
  2. memoryMiB : MemoryMiBRange.t;
    (*

    The memory (MiB).

    *)
  3. acceleratorTypes : AcceleratorTypes.t option;
    (*

    The accelerator types for the customer managed worker capabilities.

    *)
  4. acceleratorCount : AcceleratorCountRange.t option;
    (*

    The range of the accelerator.

    *)
  5. acceleratorTotalMemoryMiB : AcceleratorTotalMemoryMiBRange.t option;
    (*

    The total memory (MiB) for the customer managed worker capabilities.

    *)
  6. osFamily : CustomerManagedFleetOperatingSystemFamily.t;
    (*

    The operating system (OS) family.

    *)
  7. cpuArchitectureType : CpuArchitectureType.t;
    (*

    The CPU architecture type for the customer managed worker capabilities.

    *)
  8. customAmounts : CustomFleetAmountCapabilities.t option;
    (*

    Custom requirement ranges for customer managed worker capabilities.

    *)
  9. customAttributes : CustomFleetAttributeCapabilities.t option;
    (*

    Custom attributes for the customer manged worker capabilities.

    *)
}
Sourceval context_ : string
Sourceval make : ?acceleratorTypes:??? -> ?acceleratorCount:??? -> ?acceleratorTotalMemoryMiB:??? -> ?customAmounts:??? -> ?customAttributes:??? -> vCpuCount:VCpuCountRange.t -> memoryMiB:MemoryMiBRange.t -> osFamily:CustomerManagedFleetOperatingSystemFamily.t -> cpuArchitectureType:CpuArchitectureType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Enum of string | `Structure of (string * [> `Float of Float_.t | `List of [> `String of AttributeCapabilityValue.t ] list | `String of AmountCapabilityName.t ]) list ] list | `Structure of (string * [> `Integer of MinOneMaxTenThousand.t ]) list ]) 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