StorageSystemServerConfiguration

data class StorageSystemServerConfiguration(val serverHostname: String, val serverPort: Int? = null)

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: String, serverPort: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val serverPort: Int? = null

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