Click or drag to resize
SchedulerHints Properties

The SchedulerHints type exposes the following members.

Properties
  NameDescription
Public propertyBuildNearHostIP
Schedules the instance based on host IP subnet range. Specifies the CIDR that corresponds to the subnet.

Must also specify BuildNearHostIP.

Public propertyCIDR
Schedules the instance based on host IP subnet range. Specifies the first IP address in the subnet.

Must also specify BuildNearHostIP.

Public propertyData
Specifies additional custom hints to pass to the scheduler.

Use the Add(String, Object) method instead of accessing this property directly.

Public propertyDifferentHost
Schedules the instance on a different host from a set of instances.
Public propertyQuery
Specifies a custom filter by passing a scheduler hint in JSON format.
Public propertySameHost
Schedules the instance on the same host as another instance in a set of instances.
Top
See Also