NSX-T Data Center REST API

CpuCoreConfigForEnhancedNetworkingStackSwitch (type) (Deprecated)

{
  "deprecated": true,
  "description": "Non Uniform Memory Access (NUMA) nodes and Logical cpu cores (Lcores) per NUMA node configuration for Enhanced Networking Stack enabled HostSwitch.",
  "id": "CpuCoreConfigForEnhancedNetworkingStackSwitch",
  "module_id": "TransportNode",
  "properties": {
    "num_lcores": {
      "minimum": 1,
      "readonly": false,
      "required": true,
      "title": "Number of Logical cpu cores (Lcores) to be placed on a specified NUMA node",
      "type": "int"
    },
    "numa_node_index": {
      "minimum": 0,
      "readonly": false,
      "required": true,
      "title": "Unique index of the Non Uniform Memory Access (NUMA) node",
      "type": "int"
    }
  },
  "title": "Enhanced Networking Stack CPU configuration",
  "type": "object"
}