ThreeTierFullResourceNamesResponse

data class ThreeTierFullResourceNamesResponse(val applicationServer: ApplicationServerFullResourceNamesResponse? = null, val centralServer: CentralServerFullResourceNamesResponse? = null, val databaseServer: DatabaseServerFullResourceNamesResponse? = null, val namingPatternType: String, val sharedStorage: SharedStorageResourceNamesResponse? = null)

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: ApplicationServerFullResourceNamesResponse? = null, centralServer: CentralServerFullResourceNamesResponse? = null, databaseServer: DatabaseServerFullResourceNamesResponse? = null, namingPatternType: String, sharedStorage: SharedStorageResourceNamesResponse? = null)

Types

Link copied to clipboard
object Companion

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.