Table of Contents

Class RedundancyGroupFilter

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

Represents a redundancy group filter.

public class RedundancyGroupFilter
Inheritance
RedundancyGroupFilter
Extension Methods

Constructors

RedundancyGroupFilter()

Initializes a new instance of the RedundancyGroupFilter class.

Properties

DataMinerID

Gets or sets a value limiting the search to the specified DataMiner Agent ID.

ExcludeSubViews

Gets or sets a value indicating whether subviews should be searched.

GroupID

Gets or sets a value limiting the search to the specified redundancy group ID.

NameFilter

Gets or sets a filter for the redundancy group name, which can contain * and ? wildcards.

View

Gets or sets the name of the view to be searched.

ViewID

Gets or sets the ID of the view to be searched.

Methods

ByID(int, int)

Creates a new RedundancyGroupFilter object with DataMinerID and GroupID set to the specified DataMiner Agent ID and redundancy group ID, respectively.

ByName(string)

Creates a new RedundancyGroupFilter object with NameFilter set to the specified name filter.

ByView(int)

Creates a new RedundancyGroupFilter object with ViewID set to the specified view ID.

ByView(string)

Creates a new RedundancyGroupFilter object with View set to the specified view name.