SapSystemsConfigurationResponse

data class SapSystemsConfigurationResponse(val azureResourceId: String? = null, val connector: Either<RfcConnectorResponse, SapControlConnectorResponse>, val logs: List<LogResponse>? = null, val type: String)

Describes the SAP configuration.

Constructors

Link copied to clipboard
constructor(azureResourceId: String? = null, connector: Either<RfcConnectorResponse, SapControlConnectorResponse>, logs: List<LogResponse>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val azureResourceId: String? = null

azure resource id example: "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM"

Link copied to clipboard

Base Model for SAP System Connector.

Link copied to clipboard
val logs: List<LogResponse>? = null

The logs configuration.

Link copied to clipboard

Represents the types of configuration for a system. Expected value is 'SAP'.