SapControlConnectorArgs

data class SapControlConnectorArgs(val httpsConfiguration: Output<Either<String, HttpsConfigurationType>>? = null, val instance: Output<String>, val port: Output<String>? = null, val server: Output<String>, val timezone: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<SapControlConnectorArgs>

Describes the SapControl connector configuration.

Constructors

Link copied to clipboard
constructor(httpsConfiguration: Output<Either<String, HttpsConfigurationType>>? = null, instance: Output<String>, port: Output<String>? = null, server: Output<String>, timezone: Output<String>? = null, type: Output<String>)

Properties

Link copied to clipboard
val httpsConfiguration: Output<Either<String, HttpsConfigurationType>>? = null

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

Link copied to clipboard
val instance: Output<String>

The instance number. Only 2 digits are allowed.

Link copied to clipboard
val port: Output<String>? = null

The port of the SOAP connection to SAP Control.

Link copied to clipboard
val server: Output<String>

The server name. FQDN or IP address.

Link copied to clipboard
val timezone: Output<String>? = null

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

Link copied to clipboard
val type: Output<String>

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

Functions

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