ScheduledOperationResponse Class |
Namespace: Aruba.Cloud.WsDBaaS.Entities
The ScheduledOperationResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| ScheduledOperationResponse | Initializes a new instance of the ScheduledOperationResponse class |
| Name | Description | |
|---|---|---|
| DbaasAccountID |
DbaasAccountId, identify DBaaS Instance on the cloud
| |
| EndDateTimeUtc |
End validation date and time of the scheduled operation
| |
| InstanceId |
Id of the Database instance the operation is scheduled for
| |
| LastExecutionUtc |
Date and time of the last operation execution
| |
| Name |
The name of the scheduled operation
| |
| Notes |
user notes,free text field
| |
| OperationType |
The type of operation to be scheduled (backup)
| |
| OwnerId |
Scheduled operation Instance owner id
| |
| RecurrenceType |
Indicates if the operation is a single one or recursive, value can be 'Single' or 'Recursive'
| |
| Schedule |
Scheduling plan information
| |
| ScheduledOperationId |
ScheduledOperationId,identify the scheduled operation
| |
| ServiceName |
Instance name the operation is scheduled for
| |
| ServiceType |
Instance type,Dedicated or Shared
| |
| StartDateTimeUtc |
Date and time of the first operation execution
| |
| Status |
The status of the scheduled operation,values: enabled,disabled,deleted
|