NSX-T Data Center REST API

FormFactorDetail (type)

{
  "additionalProperties": false,
  "description": "Form factor contains, resources required to deploy NSX Application Platform deployment and available features for a given form factor.",
  "id": "FormFactorDetail",
  "module_id": "PolicyCloudNative",
  "properties": {
    "node_resources": {
      "$ref": "NodeResources",
      "description": "Required node resources to deploy NSX Application Platform deployment.",
      "title": "Node resources"
    },
    "supported_features": {
      "description": "Features supported in this form factor.",
      "items": {
        "type": "string"
      },
      "title": "Supported features",
      "type": "array"
    }
  },
  "title": "Detail about form factor",
  "type": "object"
}