Vm Size Profile Args
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.