DevicePropertiesArgs

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
constructor(deviceModel: Output<String>? = null, deviceVendor: Output<String>? = null, linkSpeedInMbps: Output<Int>? = null)

Properties

Link copied to clipboard
val deviceModel: Output<String>? = null

Model of the device.

Link copied to clipboard
val deviceVendor: Output<String>? = null

Name of the device Vendor.

Link copied to clipboard
val linkSpeedInMbps: Output<Int>? = null

Link speed.

Functions

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