SetUpdateScheduledOperationDbaasRequest Class |
Namespace: Aruba.Cloud.WsDBaaS.Requests
The SetUpdateScheduledOperationDbaasRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| SetUpdateScheduledOperationDbaasRequest | Initializes a new instance of the SetUpdateScheduledOperationDbaasRequest class |
| Name | Description | |
|---|---|---|
| DatabaseIds |
List of database ids the operation is scheduled for
| |
| DbaasAccountId |
DbaasAccountId, identify DBaaS Instance on the cloud
| |
| Enable |
Enable/disable scheduled operation,a disabled operation will not be executed
| |
| EndDateTimeUtc |
End validation date and time of the scheduled operation
| |
| Name |
The name of the sheduled operation
| |
| notes |
user notes,free text field
| |
| 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
| |
| ScheduledOperationId |
ScheduledOperationId,identify the scheduled operation
| |
| StartDateTimeUtc |
Date and time of the first operation execution
|