Storage Profile Args
data class StorageProfileArgs(val hanaSids: Output<List<SAPSystemIDArgs>>? = null, val osDisks: Output<List<DiskArgs>>? = null) : ConvertibleToJava<StorageProfileArgs>
Specifies the storage settings for the HANA instance disks.
Constructors
Link copied to clipboard
constructor(hanaSids: Output<List<SAPSystemIDArgs>>? = null, osDisks: Output<List<DiskArgs>>? = null)