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
constructor(authentication: Output<Boolean>, prodModeWriteProtect: Output<Boolean>)

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.

Functions

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