ThreeTierRecommendationResult interface

The recommended configuration for a three tier SAP system.

Extends

Properties

applicationServerInstanceCount

The application server instance count.

applicationServerVmSku

The application server VM SKU.

centralServerInstanceCount

The central server instance count.

centralServerVmSku

The central server VM SKU.

databaseInstanceCount

The database server instance count.

dbVmSku

The database VM SKU.

deploymentType

Polymorphic discriminator, which specifies the different types this object can be

Property Details

applicationServerInstanceCount

The application server instance count.

applicationServerInstanceCount?: number

Property Value

number

applicationServerVmSku

The application server VM SKU.

applicationServerVmSku?: string

Property Value

string

centralServerInstanceCount

The central server instance count.

centralServerInstanceCount?: number

Property Value

number

centralServerVmSku

The central server VM SKU.

centralServerVmSku?: string

Property Value

string

databaseInstanceCount

The database server instance count.

databaseInstanceCount?: number

Property Value

number

dbVmSku

The database VM SKU.

dbVmSku?: string

Property Value

string

deploymentType

Polymorphic discriminator, which specifies the different types this object can be

deploymentType: "ThreeTier"

Property Value

"ThreeTier"