Table of Contents

Class RedundancyGroup

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

Represents a redundancy group.

public class RedundancyGroup
Inheritance
RedundancyGroup
Extension Methods

Properties

DmaId

Gets the DataMiner Agent ID of this redundancy group.

GroupId

Gets the ID of this redundancy group.

Mode

Gets or sets the current operating mode of the redundancy group.

Name

Gets the name of the redundancy group.

RawInfo

Gets the raw info of the redundancy group.

Methods

IsInMaintenance(IActionableElement)

Gets a value indicating whether the specified element in the redundancy group is in maintenance mode.

IsInMaintenance(int, int)

Gets a value indicating whether the specified element in the redundancy group is in maintenance mode.

IsInMaintenance(string)

Gets a value indicating whether the specified element in the redundancy group is in maintenance mode.

SetMaintenanceMode(IActionableElement, bool)

Sets the maintenance mode of the specified element in the redundancy group.

SetMaintenanceMode(int, int, bool)

Sets the maintenance mode of the specified element in the redundancy group.

SetMaintenanceMode(string, bool)

Sets the maintenance mode of the specified element in the redundancy group.