SapNetWeaverProviderInstancePropertiesResponse

data class SapNetWeaverProviderInstancePropertiesResponse(val providerType: String, val sapClientId: String? = null, val sapHostFileEntries: List<String>? = null, val sapHostname: String? = null, val sapInstanceNr: String? = null, val sapPassword: String? = null, val sapPasswordUri: String? = null, val sapPortNumber: String? = null, val sapSid: String? = null, val sapUsername: String? = null, val sslCertificateUri: String? = null, val sslPreference: String? = null)

Gets or sets the provider properties.

Constructors

constructor(providerType: String, sapClientId: String? = null, sapHostFileEntries: List<String>? = null, sapHostname: String? = null, sapInstanceNr: String? = null, sapPassword: String? = null, sapPasswordUri: String? = null, sapPortNumber: String? = null, sapSid: String? = null, sapUsername: String? = null, sslCertificateUri: String? = null, sslPreference: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The provider type. For example, the value can be SapHana. Expected value is 'SapNetWeaver'.

Link copied to clipboard
val sapClientId: String? = null

Gets or sets the SAP Client ID.

Link copied to clipboard

Gets or sets the list of HostFile Entries

Link copied to clipboard
val sapHostname: String? = null

Gets or sets the target virtual machine IP Address/FQDN.

Link copied to clipboard
val sapInstanceNr: String? = null

Gets or sets the instance number of SAP NetWeaver.

Link copied to clipboard
val sapPassword: String? = null

Sets the SAP password.

Link copied to clipboard
val sapPasswordUri: String? = null

Gets or sets the key vault URI to secret with the SAP password.

Link copied to clipboard
val sapPortNumber: String? = null

Gets or sets the SAP HTTP port number.

Link copied to clipboard
val sapSid: String? = null

Gets or sets the SAP System Identifier

Link copied to clipboard
val sapUsername: String? = null

Gets or sets the SAP user name.

Link copied to clipboard

Gets or sets the blob URI to SSL certificate for the SAP system.

Link copied to clipboard
val sslPreference: String? = null

Gets or sets certificate preference if secure communication is enabled.