NSX-T Data Center REST API

AllocationBasedOnFailureDomain (type)

{
  "additionalProperties": false,
  "description": "Auto place TIER1 logical routers, DHCP and MDProxy contexts on two edge nodes (active and standby) from different failure domains.",
  "extends": {
    "$ref": "AllocationRuleAction"
  },
  "id": "AllocationBasedOnFailureDomain",
  "module_id": "EdgeClusters",
  "polymorphic-type-descriptor": {
    "type-identifier": "AllocationBasedOnFailureDomain"
  },
  "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"
    },
    "enabled": {
      "default": false,
      "description": "Enable placement algorithm to consider failure domain of edge transport nodes and place active and standby contexts in different failure domains.",
      "required": false,
      "title": "Flag to enable failure domain based allocation",
      "type": "boolean"
    }
  },
  "title": "Placement based on failure domain of edge node",
  "type": "object"
}