ENUM

LlmFunctionCallFunctionType

Description

Type of function.

link GraphQL Schema definition

  • enum LlmFunctionCallFunctionType {
  • # Threat hunt.
  • THREAT_HUNT
  • # Type of function is not specified.
  • UNSPECIFIED
  • # Vsphere snapshot download.
  • VSPHERE_DOWNLOAD_SNAPSHOT
  • # Vsphere in-place recovery.
  • VSPHERE_IN_PLACE_RECOVERY
  • }