DeviceAllocationResultArgs

data class DeviceAllocationResultArgs(val config: Output<List<DeviceAllocationConfigurationArgs>>? = null, val results: Output<List<DeviceRequestAllocationResultArgs>>? = null) : ConvertibleToJava<DeviceAllocationResultArgs>

DeviceAllocationResult is the result of allocating devices.

Constructors

Link copied to clipboard
constructor(config: Output<List<DeviceAllocationConfigurationArgs>>? = null, results: Output<List<DeviceRequestAllocationResultArgs>>? = null)

Properties

Link copied to clipboard

This field is a combination of all the claim and class configuration parameters. Drivers can distinguish between those based on a flag. This includes configuration parameters for drivers which have no allocated devices in the result because it is up to the drivers which configuration parameters they support. They can silently ignore unknown configuration parameters.

Link copied to clipboard

Results lists all allocated devices.

Functions

Link copied to clipboard
open override fun toJava(): DeviceAllocationResultArgs