Skip to main content

ServersGlobalSettings class

This data object contains global inventory-configuration settings for servers.

Namespace: Lenovo.SysMgmt.LXCA.Integration.Data

Assembly: Lenovo.SysMgmt.LXCA.Integration.Data

Properties

public string SMARTDataRetrievalPreference { get; set;}
Indicates whether the collection of SMART data for ThinkAgile and ThinkSystem servers is enabled or not. This can be one of the following values.
  • Enabled. SMART data collection is enabled.

  • Disabled. SMART data collection is disabled.

public int SecureEraseBatchSize { get; set;}
Maximum number of servers on which the secure-erase operation can be performed at one time.

Note: the value is in 3 - 100 range.

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)