Show / Hide Table of Contents

Class CreateMaintenanceDetails

The Maintenance Policy for the DB System or Read Replica that this model is included in.

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

Properties

WindowStartTime

Declaration
[Required(ErrorMessage = "WindowStartTime is required.")]
[JsonProperty(PropertyName = "windowStartTime")]
public string WindowStartTime { get; set; }
Property Value
Type Description
string
In this article
Back to top