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

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

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'.

Functions

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