Device Properties Args
data class DevicePropertiesArgs(val deviceModel: Output<String>? = null, val deviceVendor: Output<String>? = null, val linkSpeedInMbps: Output<Int>? = null) : ConvertibleToJava<DevicePropertiesArgs>
List of properties of the device.
Constructors
Link copied to clipboard
fun DevicePropertiesArgs(deviceModel: Output<String>? = null, deviceVendor: Output<String>? = null, linkSpeedInMbps: Output<Int>? = null)