Skip to main content

UpdatePolicyPlatformCriteria class

This data object contains information about criteria for a platform.

Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data

Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data

Properties

public string[] TargetComponentIDs { get; set; }
List of components IDs for this criterion
public string TargetComponentID { get; set; }
Target component ID
public string TargetUpdatePackageID { get; set; }
Target update package ID
public LXCOComponentVerion TargetVersion { get; set; }
Information about the version of the target update

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)