Proxy Agent Settings Args
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
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
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
Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.