Skip to main content

SwitchConfigData class

This data object contains information about switch-configuration backup files.

Namespace: Lenovo.SysMgmt.LXCA.Integration.Data

Assembly: Lenovo.SysMgmt.LXCA.Integration.Data

Properties

public ConfigData ConfigDatas[]{ get; set; }
Information about each configuration-data file
public string HostName { get; set; }
Hostname of the switch
public int IpAddress { get; set; }
P address of the switch
public string Type { get; set; }
Type of the switch
public string Uuid { get; set; }
UUID of the switch

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)