GetAccountEncryptionPlainArgs

data class GetAccountEncryptionPlainArgs(val netappAccountId: String) : ConvertibleToJava<GetAccountEncryptionPlainArgs>

A collection of arguments for invoking getAccountEncryption.

Constructors

Link copied to clipboard
constructor(netappAccountId: String)

Properties

Link copied to clipboard

The ID of the NetApp account where customer managed keys-based encryption is enabled.

Functions

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