AppliancePropertiesInfrastructureConfigArgs

data class AppliancePropertiesInfrastructureConfigArgs(val provider: Output<Either<String, Provider>>? = null) : ConvertibleToJava<AppliancePropertiesInfrastructureConfigArgs>

Contains infrastructure information about the Appliance

Constructors

constructor(provider: Output<Either<String, Provider>>? = null)

Properties

Link copied to clipboard
val provider: Output<Either<String, Provider>>? = null

Information about the connected appliance.

Functions

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