Skip to main content

ConfigData class

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

Namespace: Lenovo.SysMgmt.LXCA.Integration.Data

Assembly: Lenovo.SysMgmt.LXCA.Integration.Data

Properties

public string FileId { get; set; }
ID of the configuration-data file
public string FileName { get; set; }
Name of the configuration-data file
public string Date { get; set; }
Date when the configuration-data file was created
public string Comment { get; set; }
Comment about the configuration-data file
public string Size { get; set; }
Size of the configuration-data file
public string SwitchUuid { get; set; }
UUID of the switch
public string FWVersion { get; set; }
Version of firmware that is running on 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)