VirtualNetworkEncryptionArgs

data class VirtualNetworkEncryptionArgs(val enforcement: Output<String>) : ConvertibleToJava<VirtualNetworkEncryptionArgs>

Constructors

Link copied to clipboard
constructor(enforcement: Output<String>)

Properties

Link copied to clipboard
val enforcement: Output<String>

Specifies if the encrypted Virtual Network allows VM that does not support encryption. Possible values are DropUnencrypted and AllowUnencrypted.

Functions

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