StorageSystemServerCredentialsArgs

data class StorageSystemServerCredentialsArgs(val password: Output<String>, val username: Output<String>) : ConvertibleToJava<StorageSystemServerCredentialsArgs>

The username and password for accessing your on-premises storage system's management interface.

Constructors

Link copied to clipboard
constructor(password: Output<String>, username: Output<String>)

Properties

Link copied to clipboard
val password: Output<String>

The password for your storage system's management interface

Link copied to clipboard
val username: Output<String>

The username for your storage system's management interface.

Functions

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