A2AContainerMappingInputArgs

data class A2AContainerMappingInputArgs(val agentAutoUpdateStatus: Output<Either<String, AgentAutoUpdateStatus>>? = null, val automationAccountArmId: Output<String>? = null, val instanceType: Output<String>? = null) : ConvertibleToJava<A2AContainerMappingInputArgs>

A2A container mapping input.

Constructors

Link copied to clipboard
constructor(agentAutoUpdateStatus: Output<Either<String, AgentAutoUpdateStatus>>? = null, automationAccountArmId: Output<String>? = null, instanceType: Output<String>? = null)

Properties

Link copied to clipboard
val agentAutoUpdateStatus: Output<Either<String, AgentAutoUpdateStatus>>? = null

A value indicating whether the auto update is enabled.

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

The automation account arm id.

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

The class type. Expected value is 'A2A'.

Functions

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