FrameworkControl class

Constructors

FrameworkControl({Input<List<FrameworkControlInputParameter>?>? inputParameters, required Input<String> name, Input<FrameworkControlScope?>? scope})
Creates a new FrameworkControl. inputParameters One or more input parameter blocks. An example of a control with two parameters is: "backup plan frequency is at least daily and the retention period is at least 1 year". The first parameter is daily. The second parameter is 1 year. Detailed below. name The name of a control. This name is between 1 and 256 characters. scope 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. Detailed below.
const
FrameworkControl.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
inputParameters → Input<List<FrameworkControlInputParameter>?>?
One or more input parameter blocks. An example of a control with two parameters is: "backup plan frequency is at least daily and the retention period is at least 1 year". The first parameter is daily. The second parameter is 1 year. Detailed below.
final
name → Input<String>
The name of a control. This name is between 1 and 256 characters.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope → Input<FrameworkControlScope?>?
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. Detailed below.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited