ThreeTierVirtualInstanceThreeTierConfigurationDatabaseServerConfigurationDiskVolumeConfiguration

data class ThreeTierVirtualInstanceThreeTierConfigurationDatabaseServerConfigurationDiskVolumeConfiguration(val numberOfDisks: Int, val sizeInGb: Int, val skuName: String, val volumeName: String)

Constructors

constructor(numberOfDisks: Int, sizeInGb: Int, skuName: String, volumeName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The total number of disks required for the concerned volume. Possible values are at least 1. Changing this forces a new resource to be created.

Link copied to clipboard

The size of the Disk in GB. Changing this forces a new resource to be created.

Link copied to clipboard

The name of the Disk SKU. Possible values are Premium_LRS, PremiumV2_LRS, Premium_ZRS, Standard_LRS, StandardSSD_LRS, StandardSSD_ZRS and UltraSSD_LRS. Changing this forces a new resource to be created.

Link copied to clipboard

Specifies the volumn name of the database disk. Possible values are backup, hana/data, hana/log, hana/shared, os and usr/sap. Changing this forces a new resource to be created.