GetFrameworkControl class

Constructors

GetFrameworkControl({required Input<List<GetFrameworkControlInputParameter>> inputParameters, required Input<String> name, required Input<List<GetFrameworkControlScope>> scopes})
Creates a new GetFrameworkControl. 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 Backup framework name. scopes 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
GetFrameworkControl.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
inputParameters → Input<List<GetFrameworkControlInputParameter>>
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>
Backup framework name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes → Input<List<GetFrameworkControlScope>>
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