Class ScriptDummy
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
Represents a script dummy.
public class ScriptDummy : IActionableElement
- Inheritance
-
ScriptDummy
- Implements
- Extension Methods
Remarks
See also: Element class.
Properties
- DmaId
Gets the DataMiner Agent ID.
- ElementId
Gets the element ID.
- ElementInfo
Gets the ElementInfoEventMessage object.
- ElementName
Gets the element name.
- Id
Gets the ID.
- Name
Gets the name of the dummy.
- PollingIP
Gets the polling IP address.
- Protocol
Gets the protocol info response message.
- ProtocolName
Gets the protocol name.
- ProtocolVersion
Gets the protocol version.
Methods
- GetExternalInterfaces()
Retrieves the external interfaces of this dummy.
- GetInternalInterfaces()
Retrieves the internal interfaces of this dummy.
- Pause()
Pauses the element.
- RemoveAlarmTemplate()
Removes the assigned alarm template.
- RemoveTrendTemplate()
Removes the assigned trend template.
- Restart()
Restarts the element.
- Start()
Starts the element.
- Stop()
Stops the element.
- Unmask()
Unmasks the element.