Show / Hide Table of Contents

Class UpdateMaintenanceDetails

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

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

Properties

WindowStartTime

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