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
constructor(deployerVmPackages: Output<DeployerVmPackagesArgs>? = null, sapFqdn: Output<String>? = null)