Click or drag to resize

SetUpdateScheduledOperationDbaasRequest Class

Inheritance Hierarchy
SystemObject
  BaseRequest
    Aruba.Cloud.WsDBaaS.RequestsSetUpdateScheduledOperationDbaasRequest

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

The SetUpdateScheduledOperationDbaasRequest type exposes the following members.

Constructors
  NameDescription
Public methodSetUpdateScheduledOperationDbaasRequest
Initializes a new instance of the SetUpdateScheduledOperationDbaasRequest 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
Enable/disable scheduled operation,a disabled operation will not be executed
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 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 propertyScheduledOperationId
ScheduledOperationId,identify the scheduled operation
Public propertyStartDateTimeUtc
Date and time of the first operation execution
Top
See Also