ThreeTierVirtualInstanceThreeTierConfigurationDatabaseServerConfigurationDiskVolumeConfigurationArgs

data class ThreeTierVirtualInstanceThreeTierConfigurationDatabaseServerConfigurationDiskVolumeConfigurationArgs(val numberOfDisks: Output<Int>, val sizeInGb: Output<Int>, val skuName: Output<String>, val volumeName: Output<String>) : ConvertibleToJava<ThreeTierVirtualInstanceThreeTierConfigurationDatabaseServerConfigurationDiskVolumeConfigurationArgs>

Constructors

constructor(numberOfDisks: Output<Int>, sizeInGb: Output<Int>, skuName: Output<String>, volumeName: Output<String>)

Properties

Link copied to clipboard
val numberOfDisks: Output<Int>

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
val sizeInGb: Output<Int>

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

Link copied to clipboard
val skuName: Output<String>

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
val volumeName: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): ThreeTierVirtualInstanceThreeTierConfigurationDatabaseServerConfigurationDiskVolumeConfigurationArgs