RfcConnectorArgs

data class RfcConnectorArgs(val abapServerHost: Output<String>? = null, val authenticationType: Output<Either<String, SapAuthenticationType>>? = null, val client: Output<String>, val codePage: Output<String>? = null, val group: Output<String>? = null, val messageServerHost: Output<String>? = null, val messageServerService: Output<String>? = null, val sncQop: Output<String>? = null, val systemId: Output<String>, val systemNumber: Output<String>, val type: Output<String>) : ConvertibleToJava<RfcConnectorArgs>

Describes the Rfc connector.

Constructors

Link copied to clipboard
constructor(abapServerHost: Output<String>? = null, authenticationType: Output<Either<String, SapAuthenticationType>>? = null, client: Output<String>, codePage: Output<String>? = null, group: Output<String>? = null, messageServerHost: Output<String>? = null, messageServerService: Output<String>? = null, sncQop: Output<String>? = null, systemId: Output<String>, systemNumber: Output<String>, type: Output<String>)

Properties

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

FQDN, hostname, or IP address of the ABAP server.

Link copied to clipboard
val authenticationType: Output<Either<String, SapAuthenticationType>>? = null

The authentication type to SAP.

Link copied to clipboard
val client: Output<String>

Client number of the ABAP server. Example - 001

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

The SAP code page used for character encoding. Example - 1100

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

Logon group of the message server.

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

FQDN, hostname, or IP address of the Message server.

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

Port number, or service name (from /etc/services) of the message server.

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

SNC QOP. Options are 1, 2, 3, 8, 9.

Link copied to clipboard
val systemId: Output<String>

System ID of the ABAP server. Example - A4H

Link copied to clipboard
val systemNumber: Output<String>

System number of the ABAP server.

Link copied to clipboard
val type: Output<String>

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

Functions

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