DeviceManager class
This data object contains information about the resource manager that manages a device.
Namespace: Lenovo.SysMgmt.LXCO.Integration.Data
Assembly: Lenovo.SysMgmt.LXCO.Integration.Data
Properties
- public string Id { get; set; }
- Resource manager ID
- public string Hostname { get; set; }
- Resource manager host name
- public string DomainName { get; set; }
- Resource manager domain name
- public string[] Ipv4Addresses { get; set; }
- Resource manager IPv4 addresses
- public string[] Ipv6Addresses { get; set; }
- Resource manager IPv6 addresses
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