Three Tier Full Resource Names Response
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
fun ThreeTierFullResourceNamesResponse(applicationServer: ApplicationServerFullResourceNamesResponse? = null, centralServer: CentralServerFullResourceNamesResponse? = null, databaseServer: DatabaseServerFullResourceNamesResponse? = null, namingPatternType: String, sharedStorage: SharedStorageResourceNamesResponse? = null)