StorageSystemServerConfigurationArgs

data class StorageSystemServerConfigurationArgs(val serverHostname: Output<String>, val serverPort: Output<Int>? = null) : ConvertibleToJava<StorageSystemServerConfigurationArgs>

The server name and network port required to connect with the management interface of the on-premises storage system.

Constructors

Link copied to clipboard
constructor(serverHostname: Output<String>, serverPort: Output<Int>? = null)

Properties

Link copied to clipboard
val serverHostname: Output<String>

The domain name or IP address of the storage system's management interface.

Link copied to clipboard
val serverPort: Output<Int>? = null

The network port needed to access the system's management interface

Functions

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