AttributesArgs

data class AttributesArgs(val authentication: Output<Boolean>, val prodModeWriteProtect: Output<Boolean>) : ConvertibleToJava<AttributesArgs>

Attributes of a iSCSI target portal group.

Constructors

Link copied to clipboard
fun AttributesArgs(authentication: Output<Boolean>, prodModeWriteProtect: Output<Boolean>)

Functions

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

Properties

Link copied to clipboard
val authentication: Output<Boolean>

Indicates whether or not authentication is enabled on the ACL.

Link copied to clipboard

Indicates whether or not write protect is enabled on the LUNs.