Skip to main content

ManagerNetworkSettings class

This data object contains information about network settings for a resource manager.

Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Manager

Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data

Properties

public string Hostname { get; set; }
Host name.
public string DomainName { get; set; }
Domain name.
public string [] Ipv4Addresses { get; set; }
List of IPv4 addresses.
public string [] Ipv6Addresses { get; set; }
List of 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)