ComputeCollectionAction (type)

{
  "additionalProperties": false, 
  "id": "ComputeCollectionAction", 
  "module_id": "ComputeCollectionDeployment", 
  "properties": {
    "action": {
      "description": "For Compute collection, the supported actions are removeNSX.", 
      "enum": [
        "remove_nsx"
      ], 
      "title": "Supported actions on compute-collection", 
      "type": "string"
    }
  }, 
  "title": "Compute collection action parameters", 
  "type": "object"
}