# Schedule

## NAMESPACE

RASAdminEngine.Core.OutputModels.Schedule

## DESCRIPTION

Schedule

## INHERITED FROM

[RASSerilazableObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/rasserilazableobj)

⇒

[RASListObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/raslistobj)

⇒

Schedule

## INTERFACES

* ISerializable
* IComparable

## PUBLIC PROPERTIES

| Type                                                                                                                                             | Name         | Description                                                                                                                                                                                                                         |
| ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [ScheduleActionType](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/scheduleactiontype) | Action       | Schedule Action Type                                                                                                                                                                                                                |
| String                                                                                                                                           | AdminCreate  | Inherited from [RASListObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/raslistobj) User who created the object.                                                        |
| String                                                                                                                                           | AdminLastMod | Inherited from [RASListObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/raslistobj) User who last modified the object.                                                  |
| String                                                                                                                                           | Description  | Description                                                                                                                                                                                                                         |
| Boolean                                                                                                                                          | Enabled      | Enabled                                                                                                                                                                                                                             |
| UInt32                                                                                                                                           | Id           | ID of the object.                                                                                                                                                                                                                   |
| String                                                                                                                                           | Name         | Name                                                                                                                                                                                                                                |
| [ScheduleObjType](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/scheduleobjtype)       | ObjType      | Schedule Object Type                                                                                                                                                                                                                |
| [Options](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/options)                       | Options      | Options                                                                                                                                                                                                                             |
| UInt32                                                                                                                                           | SiteID       | Site ID List\<UInt32> TargetIDs Target IDs List<[TargetNativeHost](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/targetnativehost)> TargetNativeHosts Target Native Hosts |
| [ScheduleTargetType](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/scheduletargettype) | TargetType   | Schedule Target Type                                                                                                                                                                                                                |
| DateTime                                                                                                                                         | TimeCreate   | Inherited from [RASListObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/raslistobj) Time when the object was created.                                                   |
| DateTime                                                                                                                                         | TimeLastMod  | Inherited from [RASListObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/raslistobj) Time when the object was last modified.                                             |
| [Trigger](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/trigger)                       | Trigger      | Trigger Nullable\<UInt32> Type Type                                                                                                                                                                                                 |

## PUBLIC METHODS

| Type                                                                                                                                                        | Name                       | Description                                                                                                                                                   |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Int32                                                                                                                                                       | CompareTo (Object obj)     | Inherited from [RASSerilazableObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/rasserilazableobj) |
| Boolean                                                                                                                                                     | Equals (Object obj)        | Inherited from [RASSerilazableObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/rasserilazableobj) |
| Int32                                                                                                                                                       | GetHashCode ()             | Inherited from [RASSerilazableObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/rasserilazableobj) |
| Type                                                                                                                                                        | GetType ()                 | String                                                                                                                                                        |
| ToString ()                                                                                                                                                 | ### References to Commands |                                                                                                                                                               |
| ----------------------------------------------------------------                                                                                            |                            |                                                                                                                                                               |
| [New-RASSchedule](https://github.com/Parallels-Corp/TEST-docs/blob/LatestDoc/21_Release/20_RAS_21_API_Guides/PS_API/MD/RASAdmin/cmdlets/New-RASSchedule.md) |                            |                                                                                                                                                               |
