Class InstanceMaintenanceReboot
The maximum possible date and time that a maintenance reboot can be extended.
Inherited Members
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