StorageProfileArgs

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)

Properties

Link copied to clipboard
val hanaSids: Output<List<SAPSystemIDArgs>>? = null

Specifies information related to SAP system IDs for the hana instance.

Link copied to clipboard
val osDisks: Output<List<DiskArgs>>? = null

Specifies information about the operating system disk used by the hana instance.

Functions

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