Rfc Connector Args
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
FQDN, hostname, or IP address of the ABAP server.
Link copied to clipboard
The authentication type to SAP.
Link copied to clipboard
FQDN, hostname, or IP address of the Message server.
Link copied to clipboard
Port number, or service name (from /etc/services) of the message server.
Link copied to clipboard
System number of the ABAP server.