ProxyAgentSettingsArgs

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

Specifies ProxyAgent settings for the virtual machine or virtual machine scale set. Minimum api-version: 2023-09-01.

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, imds: Output<HostEndpointSettingsArgs>? = null, keyIncarnationId: Output<Int>? = null, mode: Output<Either<String, Mode>>? = null, wireServer: Output<HostEndpointSettingsArgs>? = 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 imds: Output<HostEndpointSettingsArgs>? = null

Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.

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

Increase the value of this property allows users 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. Warning: this property has been deprecated, please specify 'mode' under particular hostendpoint setting.

Link copied to clipboard

Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.

Functions

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