VmSizeProfileArgs

data class VmSizeProfileArgs(val name: Output<String>, val rank: Output<Int>? = null) : ConvertibleToJava<VmSizeProfileArgs>

Specifications about a VM Size. This will also contain the corresponding rank and weight in future.

Constructors

Link copied to clipboard
constructor(name: Output<String>, rank: Output<Int>? = null)

Properties

Link copied to clipboard
val name: Output<String>

The Sku name (e.g. 'Standard_DS1_v2')

Link copied to clipboard
val rank: Output<Int>? = null

The rank of the VM size. This is used with 'RegularPriorityAllocationStrategy.Prioritized' The lower the number, the higher the priority. Starting with 0.

Functions

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