Class OneTimeMaintenanceWindowSchedule
Schedule information for the Maintenance Window that is executed only once.
Inherited Members
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 |