ToDiscover class
This data object contains information devices to discover, by IP address or hostname, range of IP address, and subnets.
Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Discovery
Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data
Properties
- public HostsToDiscover[] Hosts {get; set; }
- Information about each individual IP address or hostname for manageable devices to be discovered
- public RangesToDiscover[] Ranges {get; set; }
- Information about ranges of IP addresses for manageable devices to be discovered
- public SubnetsToDiscover[] Subnets {get; set; }
- Information about subnets in which manageable devices are to be discovered
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)
Give documentation feedback