DeviceGatewayConfigArgs

data class DeviceGatewayConfigArgs(val gatewayAuthMethod: Output<String>? = null, val gatewayType: Output<String>? = null, val lastAccessedGatewayId: Output<String>? = null, val lastAccessedGatewayTime: Output<String>? = null) : ConvertibleToJava<DeviceGatewayConfigArgs>

Constructors

Link copied to clipboard
constructor(gatewayAuthMethod: Output<String>? = null, gatewayType: Output<String>? = null, lastAccessedGatewayId: Output<String>? = null, lastAccessedGatewayTime: Output<String>? = null)

Properties

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

Indicates whether the device is a gateway. Possible values are: ASSOCIATION_ONLY, DEVICE_AUTH_TOKEN_ONLY, ASSOCIATION_AND_DEVICE_AUTH_TOKEN.

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

Indicates whether the device is a gateway. Default value is NON_GATEWAY. Possible values are: GATEWAY, NON_GATEWAY.

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

(Output) The ID of the gateway the device accessed most recently.

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

(Output) The most recent time at which the device accessed the gateway specified in last_accessed_gateway.

Functions

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