ScheduleTriggerAction class
This data object contains information about update compliance for a specific resource manager.
Namespace: Lenovo.SysMgmt.LXCA.Integration.Data
Assembly: Lenovo.SysMgmt.LXCA.Integration.Data
Properties
- public string Title { get; set; }
- Type of action to be performed. This can be one of the following value.
- CUSTOM_REST
- REST
- public string RestURL { get; set; }
- REST URL of the job to be run.
- public string RestMethod { get; set; }
- REST method of the action to be run.
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)
Give documentation feedback