Skip to main content

LXCOJobTarget class

This data object contains information about the target resource of a job.

Namespace: Lenovo.SysMgmt.LXCO.Integration.Data

Assembly: Lenovo.SysMgmt.LXCO.Integration.Data

Properties

public string Type { get; set;}
Type of resource. This can be one of the following values.
  • Chassis
  • Server
  • XClarity Administrator
  • XClarity Orchestrator
  • Schneider Electric EcoStruxure IT Expert
  • Storage
  • Switch
public string ID { get; set;}
ID of the target resource.
public string Name { get; set;}
Name of the target resource.

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)