BasicDevicePatchArgs

data class BasicDevicePatchArgs(val attributes: Output<Map<String, DeviceAttributeArgs>>? = null, val capacity: Output<Map<String, DeviceCapacityArgs>>? = null) : ConvertibleToJava<BasicDevicePatchArgs>

BasicDevice defines one device instance.

Constructors

Link copied to clipboard
constructor(attributes: Output<Map<String, DeviceAttributeArgs>>? = null, capacity: Output<Map<String, DeviceCapacityArgs>>? = null)

Properties

Link copied to clipboard
val attributes: Output<Map<String, DeviceAttributeArgs>>? = null

Attributes defines the set of attributes for this device. The name of each attribute must be unique in that set. The maximum number of attributes and capacities combined is 32.

Link copied to clipboard
val capacity: Output<Map<String, DeviceCapacityArgs>>? = null

Capacity defines the set of capacities for this device. The name of each capacity must be unique in that set. The maximum number of attributes and capacities combined is 32.

Functions

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