StorageProfileArgs

data class StorageProfileArgs(val nfsIpAddress: Output<String>? = null, val osDisks: Output<List<DiskArgs>>? = null) : ConvertibleToJava<StorageProfileArgs>

Specifies the storage settings for the Azure Large Instance disks.

Constructors

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

Properties

Link copied to clipboard
val nfsIpAddress: Output<String>? = null

IP Address to connect to storage.

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

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

Functions

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