DeviceCapacityArgs

data class DeviceCapacityArgs(val value: Output<String>) : ConvertibleToJava<DeviceCapacityArgs>

DeviceCapacity describes a quantity associated with a device.

Constructors

Link copied to clipboard
constructor(value: Output<String>)

Properties

Link copied to clipboard
val value: Output<String>

Value defines how much of a certain device capacity is available.

Functions

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