Show / Hide Table of Contents

Class RescheduleMaintenanceRunDetails

Request parameters for rescheduling a maintenance run.

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

Properties

Reason

Declaration
[JsonProperty(PropertyName = "reason")]
public string Reason { get; set; }
Property Value
Type Description
string

The reason for rescheduling the maintenance run.

TimeScheduled

Declaration
[Required(ErrorMessage = "TimeScheduled is required.")]
[JsonProperty(PropertyName = "timeScheduled")]
public DateTime? TimeScheduled { get; set; }
Property Value
Type Description
DateTime?

The new date and time for the scheduled maintenance run.

Remarks

Required

In this article
Back to top