EnterpriseChannelNodeArgs

data class EnterpriseChannelNodeArgs(val azureLocation: Output<String>, val azureSku: Output<String>, val name: Output<String>, val state: Output<Either<String, EnterpriseChannelNodeState>>? = null) : ConvertibleToJava<EnterpriseChannelNodeArgs>

The properties specific to an Enterprise Channel Node.

Constructors

Link copied to clipboard
constructor(azureLocation: Output<String>, azureSku: Output<String>, name: Output<String>, state: Output<Either<String, EnterpriseChannelNodeState>>? = null)

Properties

Link copied to clipboard
val azureLocation: Output<String>

The location of the Enterprise Channel Node.

Link copied to clipboard
val azureSku: Output<String>

The sku of the Enterprise Channel Node.

Link copied to clipboard
val name: Output<String>

The name of the Enterprise Channel Node.

Link copied to clipboard
val state: Output<Either<String, EnterpriseChannelNodeState>>? = null

The current state of the Enterprise Channel Node.

Functions

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