ComputeSupport

API: Stable

data class ComputeSupport(
    val product: ProductReference,
    val docker: ComputeSupport.Docker?,
    val virtualMachine: ComputeSupport.VirtualMachine?,
    val native: ComputeSupport.Native?,
    val maintenance: Maintenance?,
)
Properties
product: ProductReference
docker: ComputeSupport.Docker? Support for `Tool`s using the `DOCKER` backend
virtualMachine: ComputeSupport.VirtualMachine? Support for `Tool`s using the `VIRTUAL_MACHINE` backend
native: ComputeSupport.Native? Support for `Tool`s using the `NATIVE` backend
maintenance: Maintenance?