Click or drag to resize

CreateScheduledOperationRequest Class

Inheritance Hierarchy
SystemObject
  BaseRequest
    Aruba.Cloud.WsDBaaS.RequestsCreateScheduledOperationRequest

Namespace:  Aruba.Cloud.WsDBaaS.Requests
Assembly:  WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class CreateScheduledOperationRequest : BaseRequest

The CreateScheduledOperationRequest type exposes the following members.

Constructors
  NameDescription
Public methodCreateScheduledOperationRequest
Initializes a new instance of the CreateScheduledOperationRequest class
Top
Properties
  NameDescription
Public propertyDatabaseIds
List of database ids the operation is scheduled for
Public propertyDbaasAccountId
DbaasAccountId, identify DBaaS Instance on the cloud
Public propertyEnable
Public propertyEndDateTimeUtc
End validation date and time of the scheduled operation
Public propertyName
The name of the sheduled operation
Public propertynotes
user notes,free text field
Public propertyOperationType
The type of operation to be scheduled (backup)
Public propertyRecurrenceType
Indicates if the operation is a single one or recursive, value can be 'Single' or 'Recursive'
Public propertySchedule
Scheduling information of the scheduled operation,type and time of the scheduling
Public propertyStartDateTimeUtc
Date and time of the first operation execution
Top
See Also