OsSapConfigurationArgs

data class OsSapConfigurationArgs(val deployerVmPackages: Output<DeployerVmPackagesArgs>? = null, val sapFqdn: Output<String>? = null) : ConvertibleToJava<OsSapConfigurationArgs>

Defines the OS and SAP Configurations for Deployment

Constructors

Link copied to clipboard
constructor(deployerVmPackages: Output<DeployerVmPackagesArgs>? = null, sapFqdn: Output<String>? = null)

Properties

Link copied to clipboard

The url and storage account ID where deployer VM packages are uploaded

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

The FQDN to set for the SAP system

Functions

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