FrameworkControl

Contains detailed information about all of the controls of a framework. Each framework must contain at least one control.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of ParameterName and ParameterValue pairs.

Link copied to clipboard

The name of a control. This name is between 1 and 256 characters.

Link copied to clipboard

The scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans.

Functions

Link copied to clipboard
inline fun copy(block: FrameworkControl.Builder.() -> Unit = {}): FrameworkControl
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String