GetSapVirtualInstanceInvokeSizingRecommendationsPlainArgs

data class GetSapVirtualInstanceInvokeSizingRecommendationsPlainArgs(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<GetSapVirtualInstanceInvokeSizingRecommendationsPlainArgs>

Constructors

constructor(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)

Properties

Link copied to clipboard

The geo-location where the resource is to be created.

Link copied to clipboard

The database type.

Link copied to clipboard

The database memory configuration.

Link copied to clipboard

The DB scale method.

Link copied to clipboard

The deployment type. Eg: SingleServer/ThreeTier

Link copied to clipboard

Defines the environment type - Production/Non Production.

Link copied to clipboard

The high availability type.

Link copied to clipboard

The name of the Azure region.

Link copied to clipboard

Defines the SAP Product type.

Link copied to clipboard

The SAP Application Performance Standard measurement.

Functions

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