SapControlConnectorResponse

data class SapControlConnectorResponse(val httpsConfiguration: String? = null, val instance: String, val port: String? = null, val server: String, val timezone: String? = null, val type: String)

Describes the SapControl connector configuration.

Constructors

Link copied to clipboard
constructor(httpsConfiguration: String? = null, instance: String, port: String? = null, server: String, timezone: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Represents the types of HTTPS configuration to connect to the SapControl service.

Link copied to clipboard

The instance number. Only 2 digits are allowed.

Link copied to clipboard
val port: String? = null

The port of the SOAP connection to SAP Control.

Link copied to clipboard

The server name. FQDN or IP address.

Link copied to clipboard
val timezone: String? = null

The timezone. example: "GMT+0" or "GMT-8" default: "GMT+0"

Link copied to clipboard

Represents the types of SAP systems. Expected value is 'SapControl'.