CreateScheduledOperationRequest Class |
Namespace: Aruba.Cloud.WsDBaaS.Requests
The CreateScheduledOperationRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateScheduledOperationRequest | Initializes a new instance of the CreateScheduledOperationRequest class |
| Name | Description | |
|---|---|---|
| DatabaseIds |
List of database ids the operation is scheduled for
| |
| DbaasAccountId |
DbaasAccountId, identify DBaaS Instance on the cloud
| |
| Enable | ||
| EndDateTimeUtc |
End validation date and time of the scheduled operation
| |
| Name |
The name of the sheduled operation
| |
| notes |
user notes,free text field
| |
| OperationType |
The type of operation to be scheduled (backup)
| |
| RecurrenceType |
Indicates if the operation is a single one or recursive, value can be 'Single' or 'Recursive'
| |
| Schedule |
Scheduling information of the scheduled operation,type and time of the scheduling
| |
| StartDateTimeUtc |
Date and time of the first operation execution
|