ENUM

IocOperation

Description

Operation to enable or disable IOC.

link GraphQL Schema definition

  • enum IocOperation {
  • # Disable IOC.
  • DISABLE
  • # Enable IOC.
  • ENABLE
  • # IOC Operation unspecified.
  • OPERATION_UNSPECIFIED
  • }