ENUM

ActionDefinitionValidationFailureType

link GraphQL Schema definition

  • enum ActionDefinitionValidationFailureType {
  • # This indicates that the entity is not in the right state to perform this action.
  • INVALID_RESOURCE_STATE
  • # This indicates that the the user does not have the required roles to perform
  • # this action.
  • INVALID_ROLES
  • # This failure indicates that an action cannot be performed for lack of a product
  • # entity. Example: This VM doesnt exist in VRA and hence power off cannot be
  • # performed
  • MISSING_PRODUCT_ENTITY
  • }