ExternalInstallationSoftwareConfigurationArgs

data class ExternalInstallationSoftwareConfigurationArgs(val centralServerVmId: Output<String>? = null, val softwareInstallationType: Output<String>) : ConvertibleToJava<ExternalInstallationSoftwareConfigurationArgs>

The SAP Software configuration Input when the software is installed externally outside the service.

Constructors

fun ExternalInstallationSoftwareConfigurationArgs(centralServerVmId: Output<String>? = null, softwareInstallationType: Output<String>)

Functions

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

Properties

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

The resource ID of the virtual machine containing the central server instance.

Link copied to clipboard

The SAP software installation Type. Expected value is 'External'.