Show / Hide Table of Contents

Class InstanceMaintenanceReboot

The maximum possible date and time that a maintenance reboot can be extended.

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

Properties

TimeMaintenanceRebootDueMax

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

The maximum extension date and time for the maintenance reboot, in the format defined by RFC3339. The range for the maintenance extension is between 1 and 14 days from the initial scheduled maintenance date. Example: 2018-05-25T21:10:29.600Z

Remarks

Required

In this article
Back to top