Skip to main content

RangesToDiscover class

This data object contains information about IP-address ranges to be discovered by a resource manager.

Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Discovery

Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data

Properties

public Range[] Ranges {get; set; }
One or more ranges of IP addresses
public string ManagerID {get; set; }
Resource manager ID

Methods

public virtual bool Equals (object obj);
Determines whether the specified object is equal to the current object.

(Inherited from System.Object)

public virtual int GetHashCode ();
Serves as the default hash function

(Inherited from System.Object)

public Type GetType ();
Gets the System.Type of the current instance

(Inherited from System.Object)

public virtual string ToString ();
Returns a string that represents the current object.

(Inherited from System.Object)