Os Sap Configuration Args
    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
                fun OsSapConfigurationArgs(deployerVmPackages: Output<DeployerVmPackagesArgs>? = null, sapFqdn: Output<String>? = null)