Proxy Agent Settings Args
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.
Properties
Link copied to clipboard
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
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.