VirtualMachineVcpuConfig

VirtualMachineVcpuConfig
VirtualMachineVcpuConfig

Vcpu configuration.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "latencySensitivity": {
        "_typeName": "string",
        "level": "string",
        "sensitivity": 0
    }
}
latencySensitivity
Optional

Specification of the latency-sensitivity information.

The latency-sensitivity is used to request from the kernel a constraint on the scheduling delay of the virtual CPUs or other resources. This allows latency-sensitive applications(e.g. VOIP, audio/video streaming, etc.) to run in a virtual machine which is configured to use specific scheduling latencies and to be scheduled with low latency.

The kernel does not provide any guarantee that it will meet the latency-sensitivity requirement of a virtual machine CPU or other resources but it will always accept the latency-sensitivity value provided.