Vmss Nodes Profile Args
data class VmssNodesProfileArgs(val autoScaleMaxCount: Output<Int>? = null, val autoScaleMinCount: Output<Int>? = null, val dataDisks: Output<List<DiskInfoArgs>>? = null, val name: Output<String>? = null, val nodeSku: Output<String>, val osDisk: Output<DiskInfoArgs>, val osImage: Output<OsImageProfileArgs>) : ConvertibleToJava<VmssNodesProfileArgs>
VMSS profile
Constructors
Link copied to clipboard
constructor(autoScaleMaxCount: Output<Int>? = null, autoScaleMinCount: Output<Int>? = null, dataDisks: Output<List<DiskInfoArgs>>? = null, name: Output<String>? = null, nodeSku: Output<String>, osDisk: Output<DiskInfoArgs>, osImage: Output<OsImageProfileArgs>)
Properties
Link copied to clipboard
Maximum number of nodes for autoscale
Link copied to clipboard
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
OS disk details
Link copied to clipboard
OS image used for creating the nodes