AllocationRuleAction (type)

{
  "abstract": true, 
  "additionalProperties": false, 
  "description": "Define action for each allocation rule which added on edge cluster.", 
  "id": "AllocationRuleAction", 
  "module_id": "EdgeClusters", 
  "polymorphic-type-descriptor": {
    "mode": "enabled", 
    "property-name": "action_type"
  }, 
  "properties": {
    "action_type": {
      "$ref": "AllocationRuleActionType, 
      "description": "Set action for each allocation rule on edge cluster which will help in auto placement.", 
      "required": true, 
      "title": "Type of action for allocation rule"
    }
  }, 
  "title": "Set action for allocation rule", 
  "type": "object"
}