GatewayConfigArgs

data class GatewayConfigArgs(val gatewayAuthMethod: Output<GatewayConfigGatewayAuthMethod>? = null, val gatewayType: Output<GatewayConfigGatewayType>? = null) : ConvertibleToJava<GatewayConfigArgs>

Gateway-related configuration and state.

Constructors

Link copied to clipboard
fun GatewayConfigArgs(gatewayAuthMethod: Output<GatewayConfigGatewayAuthMethod>? = null, gatewayType: Output<GatewayConfigGatewayType>? = null)

Functions

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

Properties

Link copied to clipboard

Indicates how to authorize and/or authenticate devices to access the gateway.

Link copied to clipboard

Indicates whether the device is a gateway.