VmssNodesProfileResponse

data class VmssNodesProfileResponse(val autoScaleMaxCount: Int? = null, val autoScaleMinCount: Int? = null, val dataDisks: List<DiskInfoResponse>? = null, val name: String? = null, val nodeResourceIds: List<String>, val nodeSku: String, val osDisk: DiskInfoResponse, val osImage: OsImageProfileResponse)

VMSS profile

Constructors

Link copied to clipboard
constructor(autoScaleMaxCount: Int? = null, autoScaleMinCount: Int? = null, dataDisks: List<DiskInfoResponse>? = null, name: String? = null, nodeResourceIds: List<String>, nodeSku: String, osDisk: DiskInfoResponse, osImage: OsImageProfileResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val autoScaleMaxCount: Int? = null

Maximum number of nodes for autoscale

Link copied to clipboard
val autoScaleMinCount: Int? = null

Minimum number of nodes for autoscale

Link copied to clipboard

Data disks details. This property is not in use right now

Link copied to clipboard
val name: String? = null

VM or VMSS name

Link copied to clipboard

VM/VMSS resource ARM Ids

Link copied to clipboard

VM SKU for node(s)

Link copied to clipboard

OS disk details

Link copied to clipboard

OS image used for creating the nodes