FarmTarget object

Selects all the Servers that belong to the triggering Server's Farm.

Polymorphism

FarmTarget is a type that implements the Target type.

When an object of type Target is expected, you can use one of type FarmTarget (or use any other implementation).

Example JSON representation

{
  "conditions": [
    {
      "type": "OrchestrationRuleCondition"
    }
  ],
  "targetType": "FarmTarget"
}

Properties

property attributes valid values description filter option
targetType
string
required
"FarmTarget"
conditions
Array of OrchestrationRuleCondition objects
optional

Triggering servers conditions.