ProxyAgentSettingsArgs

data class ProxyAgentSettingsArgs(val enabled: Output<Boolean>? = null, val keyIncarnationId: Output<Int>? = null, val mode: Output<Either<String, Mode>>? = null) : ConvertibleToJava<ProxyAgentSettingsArgs>

Specifies ProxyAgent settings while creating the virtual machine. Minimum api-version: 2023-09-01.

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, keyIncarnationId: Output<Int>? = null, mode: Output<Either<String, Mode>>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.

Link copied to clipboard
val keyIncarnationId: Output<Int>? = null

Increase the value of this property allows user to reset the key used for securing communication channel between guest and host.

Link copied to clipboard
val mode: Output<Either<String, Mode>>? = null

Specifies the mode that ProxyAgent will execute on if the feature is enabled. ProxyAgent will start to audit or monitor but not enforce access control over requests to host endpoints in Audit mode, while in Enforce mode it will enforce access control. The default value is Enforce mode.

Functions

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