Storage Profile Response
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)