OsCondition object
Polymorphism
OsCondition is a type that implements the OrchestrationRuleCondition type.
When an object of type OrchestrationRuleCondition is expected, you can use one of type OsCondition (or use any other implementation).
Example JSON representation
{
"osType": "string",
"type": "OsCondition"
}
Properties
property | attributes | valid values | description | filter option |
---|---|---|---|---|
osType string |
required |
OS family or type. |
||
type string |
required |
"OsCondition" | Orchestration rule condition type. Selected only those servers that match conditions. |