ThreeTierFullResourceNames interface
The resource name object where the specified values will be full resource names of the corresponding resources in a three tier SAP system.
- Extends
Properties
| application |
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. |
| central |
The full resource names object for central server layer resources. |
| database |
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. |
| naming |
The pattern type to be used for resource naming, FullResourceName in this case. |
| shared |
The resource names object for shared storage. |
Property Details
applicationServer
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.
applicationServer?: ApplicationServerFullResourceNames
Property Value
centralServer
The full resource names object for central server layer resources.
centralServer?: CentralServerFullResourceNames
Property Value
databaseServer
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.
databaseServer?: DatabaseServerFullResourceNames
Property Value
namingPatternType
The pattern type to be used for resource naming, FullResourceName in this case.
namingPatternType: "FullResourceName"
Property Value
"FullResourceName"
sharedStorage
The resource names object for shared storage.
sharedStorage?: SharedStorageResourceNames