Allocated Device Status Args
data class AllocatedDeviceStatusArgs(val conditions: Output<List<ConditionArgs>>? = null, val data: Output<JsonElement>? = null, val device: Output<String>, val driver: Output<String>, val networkData: Output<NetworkDeviceDataArgs>? = null, val pool: Output<String>) : ConvertibleToJava<AllocatedDeviceStatusArgs>
AllocatedDeviceStatus contains the status of an allocated device, if the driver chooses to report it. This may include driver-specific information.
Constructors
Link copied to clipboard
constructor(conditions: Output<List<ConditionArgs>>? = null, data: Output<JsonElement>? = null, device: Output<String>, driver: Output<String>, networkData: Output<NetworkDeviceDataArgs>? = null, pool: Output<String>)
Properties
Link copied to clipboard
Conditions contains the latest observation of the device's state. If the device has been configured according to the class and claim config references, the Ready
condition should be True. Must not contain more than 8 entries.
Link copied to clipboard
NetworkData contains network-related information specific to the device.
Link copied to clipboard