ManagerConnection class
This data object contains information about connection settings for a resource manager.
Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Manager
Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data
Properties
- public string Hostname { get; set; }
- Resource manager host name.
- public int Port { get; set; }
- Resource manager port.
- public string Url { get; set; }
- Resource manager URL
Information is available only for Schneider Electric EcoStruxure IT Expert. The value is null for all other resource managers.
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