Show / Hide Table of Contents

Class GranularMaintenanceHistoryDetails

Details of a granular maintenance history.

Inheritance
object
GranularMaintenanceHistoryDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class GranularMaintenanceHistoryDetails

Properties

ExecutionActions

Declaration
[Required(ErrorMessage = "ExecutionActions is required.")]
[JsonProperty(PropertyName = "executionActions")]
public List<ExecutionAction> ExecutionActions { get; set; }
Property Value
Type Description
List<ExecutionAction>

The list of execution actions for this granular maintenance history.

Remarks

Required

ExecutionWindow

Declaration
[Required(ErrorMessage = "ExecutionWindow is required.")]
[JsonProperty(PropertyName = "executionWindow")]
public ExecutionWindow ExecutionWindow { get; set; }
Property Value
Type Description
ExecutionWindow
Remarks

Required

In this article
Back to top