ThreeTierFullResourceNamesArgs

data class ThreeTierFullResourceNamesArgs(val applicationServer: Output<ApplicationServerFullResourceNamesArgs>? = null, val centralServer: Output<CentralServerFullResourceNamesArgs>? = null, val databaseServer: Output<DatabaseServerFullResourceNamesArgs>? = null, val namingPatternType: Output<String>, val sharedStorage: Output<SharedStorageResourceNamesArgs>? = null) : ConvertibleToJava<ThreeTierFullResourceNamesArgs>

The resource name object where the specified values will be full resource names of the corresponding resources in a three tier SAP system.

Constructors

Link copied to clipboard
constructor(applicationServer: Output<ApplicationServerFullResourceNamesArgs>? = null, centralServer: Output<CentralServerFullResourceNamesArgs>? = null, databaseServer: Output<DatabaseServerFullResourceNamesArgs>? = null, namingPatternType: Output<String>, sharedStorage: Output<SharedStorageResourceNamesArgs>? = null)

Properties

Link copied to clipboard

The full resource names object for application layer resources. The number of entries in this list should be equal to the number VMs to be created for application layer.

Link copied to clipboard

The full resource names object for central server layer resources.

Link copied to clipboard

The full resource names object for database layer resources. The number of entries in this list should be equal to the number VMs to be created for database layer.

Link copied to clipboard

The pattern type to be used for resource naming. Expected value is 'FullResourceName'.

Link copied to clipboard

The resource names object for shared storage.

Functions

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