Show / Hide Table of Contents

Class MaintenanceDetails

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

Inheritance
object
MaintenanceDetails
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 MaintenanceDetails

Properties

WindowStartTime

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