level property

String level
final

The level of importance of this dependee.

  • non_critical: Defines a dependency between resources. Although source is impacted by removal of target, source remains of target means removal of source.
  • critical: Defines a critical dependency between resources. Source cannot function without target, hence removal of target means removal of source.

Implementation

final String level;