LatencySensitivitySensitivityLevel

LatencySensitivitySensitivityLevel
LatencySensitivitySensitivityLevel

A boxed LatencySensitivitySensitivityLevelEnum. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": "string"
}
_value
Required

Enumeration of the nominal latency-sensitive values which can be used to specify the latency-sensitivity level of the application.

In terms of latency-sensitivity the values relate: high>medium>normal>low.

Possible values:

  • low: The relative latency-sensitivity low value.

  • normal: The relative latency-sensitivity normal value.

    This is the default latency-sensitivity value.

  • medium: The relative latency-sensitivity medium value.

  • high: The relative latency-sensitivity high value.

  • custom:

    Deprecated as of vSphere API Ver 6.0. Value will be ignored and treated as "normal" latency sensitivity.

    The custom absolute latency-sensitivity specified in sensitivity property is used to define the latency-sensitivity.

    When this value is set to level the sensitivity property should be set also.

Possible values are : low, normal, medium, high, custom,