NSX-T Data Center REST API

StaticIpAllocation (type)

{
  "description": "Static IP allocation for VPC Subnet ports with VIF attachement",
  "id": "StaticIpAllocation",
  "module_id": "PolicyVpcSubnet",
  "properties": {
    "enabled": {
      "default": false,
      "description": "Enable ip and mac addresses allocation for VPC Subnet ports from static ip pool. To enable this, dhcp pool shall be empty and static ip pool shall own all available ip addresses. To optimize static ip pool management, it is recommended to allocate ip addresses starting from the highest available ip in the static pool. This approach simplifies adjustments when the pool size needs to be reduced, as it avoids the need to reconfigure existing allocations.",
      "required": false,
      "title": "Activate or Deactivate static ip allocation for VPC Subnet ports with VIF attachement",
      "type": "boolean"
    }
  },
  "title": "Static IP allocation for VPC Subnet ports with VIF attachement",
  "type": "object"
}