ConfigurationData interface
The SAP instance specific configuration data.
Properties
cpu | Provide the CPU value of the server. For example, 16, 32 etc. NOTE: This property will not be serialized. It can only be populated by the server. |
cpu |
Provide the CPU clock speed of the server in MHz. This should be a non-zero value. For example, 2100. NOTE: This property will not be serialized. It can only be populated by the server. |
cpu |
Provide the CPU architecture type of the server. For example, Xeon Platinum 8171M, Xeon E5-2673 v3. NOTE: This property will not be serialized. It can only be populated by the server. |
database |
The database of this is a server instance. Applicable only if SAP instance type for this server instance is 'DB'. NOTE: This property will not be serialized. It can only be populated by the server. |
hardware |
Provide the HW manufacturer company of the server. For example, Microsoft Corporation. NOTE: This property will not be serialized. It can only be populated by the server. |
model | Specify if the Hardware is a physical server or virtual machine. NOTE: This property will not be serialized. It can only be populated by the server. |
ram | Provide the RAM of the server. This should be a non-zero value. For example, 256. NOTE: This property will not be serialized. It can only be populated by the server. |
saps | Provide the SAPS for each server of the SAP system. This should be a non-zero value. For example, 1000. NOTE: This property will not be serialized. It can only be populated by the server. |
target |
Provide the target HANA database size you need. Applicable only if SAP instance type for this server instance is 'DB' and you are migrating an AnyDb database to SAP S/4HANA. NOTE: This property will not be serialized. It can only be populated by the server. |
total |
Provide the total disk IOPS capacity. Add the disk volume for each individual disk and provide the sum total in this field. NOTE: This property will not be serialized. It can only be populated by the server. |
total |
Provide the total disk volume capacity in GB. Add the disk volume for each individual disks and provide the total sum in this field. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
cpu
Provide the CPU value of the server. For example, 16, 32 etc. NOTE: This property will not be serialized. It can only be populated by the server.
cpu?: number
Property Value
number
cpuInMhz
Provide the CPU clock speed of the server in MHz. This should be a non-zero value. For example, 2100. NOTE: This property will not be serialized. It can only be populated by the server.
cpuInMhz?: number
Property Value
number
cpuType
Provide the CPU architecture type of the server. For example, Xeon Platinum 8171M, Xeon E5-2673 v3. NOTE: This property will not be serialized. It can only be populated by the server.
cpuType?: string
Property Value
string
databaseType
The database of this is a server instance. Applicable only if SAP instance type for this server instance is 'DB'. NOTE: This property will not be serialized. It can only be populated by the server.
databaseType?: string
Property Value
string
hardwareManufacturer
Provide the HW manufacturer company of the server. For example, Microsoft Corporation. NOTE: This property will not be serialized. It can only be populated by the server.
hardwareManufacturer?: string
Property Value
string
model
Specify if the Hardware is a physical server or virtual machine. NOTE: This property will not be serialized. It can only be populated by the server.
model?: string
Property Value
string
ram
Provide the RAM of the server. This should be a non-zero value. For example, 256. NOTE: This property will not be serialized. It can only be populated by the server.
ram?: number
Property Value
number
saps
Provide the SAPS for each server of the SAP system. This should be a non-zero value. For example, 1000. NOTE: This property will not be serialized. It can only be populated by the server.
saps?: number
Property Value
number
targetHanaRamSizeGB
Provide the target HANA database size you need. Applicable only if SAP instance type for this server instance is 'DB' and you are migrating an AnyDb database to SAP S/4HANA. NOTE: This property will not be serialized. It can only be populated by the server.
targetHanaRamSizeGB?: number
Property Value
number
totalDiskIops
Provide the total disk IOPS capacity. Add the disk volume for each individual disk and provide the sum total in this field. NOTE: This property will not be serialized. It can only be populated by the server.
totalDiskIops?: number
Property Value
number
totalDiskSizeGB
Provide the total disk volume capacity in GB. Add the disk volume for each individual disks and provide the total sum in this field. NOTE: This property will not be serialized. It can only be populated by the server.
totalDiskSizeGB?: number
Property Value
number
Azure SDK for JavaScript