StorageProfileResponse

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

Specifies the storage settings for the Azure Large Instance disks.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nfsIpAddress: String? = null

IP Address to connect to storage.

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

Specifies information about the operating system disk used by Azure Large Instance.