Get SAPSizing Recommendations Plain Args
data class GetSAPSizingRecommendationsPlainArgs(val appLocation: String, val databaseType: Either<String, SAPDatabaseType>, val dbMemory: Double, val dbScaleMethod: Either<String, SAPDatabaseScaleMethod>? = null, val deploymentType: Either<String, SAPDeploymentType>, val environment: Either<String, SAPEnvironmentType>, val highAvailabilityType: Either<String, SAPHighAvailabilityType>? = null, val location: String, val sapProduct: Either<String, SAPProductType>, val saps: Double) : ConvertibleToJava<GetSAPSizingRecommendationsPlainArgs>
Constructors
Link copied to clipboard
fun GetSAPSizingRecommendationsPlainArgs(appLocation: String, databaseType: Either<String, SAPDatabaseType>, dbMemory: Double, dbScaleMethod: Either<String, SAPDatabaseScaleMethod>? = null, deploymentType: Either<String, SAPDeploymentType>, environment: Either<String, SAPEnvironmentType>, highAvailabilityType: Either<String, SAPHighAvailabilityType>? = null, location: String, sapProduct: Either<String, SAPProductType>, saps: Double)