Skip to main content

Subnet class

This data object contains information about a subnet definition.

Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Discovery

Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data

Properties

public string IPAddress {get; set; }
IPv4 or IPV6 address
public string Mask {get; set; }
Subnet mask (for IPv4) or a routing prefix length (for IPv6)

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)