StorageProfileResponse

data class StorageProfileResponse(val hanaSids: List<SAPSystemIDResponse>? = null, val nfsIpAddress: String, val osDisks: List<DiskResponse>? = null)

Specifies the storage settings for the HANA instance disks.

Constructors

Link copied to clipboard
constructor(hanaSids: List<SAPSystemIDResponse>? = null, nfsIpAddress: String, osDisks: List<DiskResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

IP Address to connect to storage.

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

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