Show / Hide Table of Contents

Class OneTimeMaintenanceWindowSchedule

Schedule information for the Maintenance Window that is executed only once.

Inheritance
object
MaintenanceWindowSchedule
OneTimeMaintenanceWindowSchedule
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class OneTimeMaintenanceWindowSchedule : MaintenanceWindowSchedule

Properties

TimeMaintenanceWindowEnd

Declaration
[JsonProperty(PropertyName = "timeMaintenanceWindowEnd")]
public DateTime? TimeMaintenanceWindowEnd { get; set; }
Property Value
Type Description
DateTime?

Start time of Maintenance window. A RFC3339 formatted datetime string

TimeMaintenanceWindowStart

Declaration
[JsonProperty(PropertyName = "timeMaintenanceWindowStart")]
public DateTime? TimeMaintenanceWindowStart { get; set; }
Property Value
Type Description
DateTime?

Start time of Maintenance window. A RFC3339 formatted datetime string

In this article
Back to top