Click or drag to resize

ScheduledOperationResponse Class

Inheritance Hierarchy
SystemObject
  Aruba.Cloud.WsDBaaS.EntitiesScheduledOperationResponse

Namespace:  Aruba.Cloud.WsDBaaS.Entities
Assembly:  WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class ScheduledOperationResponse

The ScheduledOperationResponse type exposes the following members.

Constructors
  NameDescription
Public methodScheduledOperationResponse
Initializes a new instance of the ScheduledOperationResponse class
Top
Properties
  NameDescription
Public propertyDbaasAccountID
DbaasAccountId, identify DBaaS Instance on the cloud
Public propertyEndDateTimeUtc
End validation date and time of the scheduled operation
Public propertyInstanceId
Id of the Database instance the operation is scheduled for
Public propertyLastExecutionUtc
Date and time of the last operation execution
Public propertyName
The name of the scheduled operation
Public propertyNotes
user notes,free text field
Public propertyOperationType
The type of operation to be scheduled (backup)
Public propertyOwnerId
Scheduled operation Instance owner id
Public propertyRecurrenceType
Indicates if the operation is a single one or recursive, value can be 'Single' or 'Recursive'
Public propertySchedule
Scheduling plan information
Public propertyScheduledOperationId
ScheduledOperationId,identify the scheduled operation
Public propertyServiceName
Instance name the operation is scheduled for
Public propertyServiceType
Instance type,Dedicated or Shared
Public propertyStartDateTimeUtc
Date and time of the first operation execution
Public propertyStatus
The status of the scheduled operation,values: enabled,disabled,deleted
Top
See Also