SanEnableProtectionInputArgs

data class SanEnableProtectionInputArgs(val instanceType: Output<String>? = null) : ConvertibleToJava<SanEnableProtectionInputArgs>

San enable protection provider specific input.

Constructors

Link copied to clipboard
constructor(instanceType: Output<String>? = null)

Properties

Link copied to clipboard
val instanceType: Output<String>? = null

The class type. Expected value is 'San'.

Functions

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