VNetSolutionArgs

data class VNetSolutionArgs(val deleteOrUpdateBehavior: Output<Either<String, DeleteOrUpdateBehavior>>? = null, val type: Output<Either<String, VNetSolutionType>>? = null) : ConvertibleToJava<VNetSolutionArgs>

The VNet solution for linker

Constructors

Link copied to clipboard
constructor(deleteOrUpdateBehavior: Output<Either<String, DeleteOrUpdateBehavior>>? = null, type: Output<Either<String, VNetSolutionType>>? = null)

Properties

Link copied to clipboard

Indicates whether to clean up previous operation when Linker is updating or deleting

Link copied to clipboard
val type: Output<Either<String, VNetSolutionType>>? = null

Type of VNet solution.

Functions

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