ZOSConnection

class ZOSConnection(val host: String, val zosmfPort: String, val user: String, val password: String, val protocol: String = "https")

z/OS Connection information placeholder

Author

Frank Giordano

Uladzislau Kalesnikau

Constructors

Link copied to clipboard
fun ZOSConnection(host: String, zosmfPort: String, user: String, password: String, protocol: String = "https")

Functions

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard

machine host pointing to backend z/OS instance

Link copied to clipboard

machine host username\'s password with access to backend z/OS instance

Link copied to clipboard

machine host z/OSMF protocol to connect to z/OS instance

Link copied to clipboard

machine host username with access to backend z/OS instance

Link copied to clipboard

machine host z/OSMF port number pointing to backend z/OS instance