Show / Hide Table of Contents

Class CreateStartTimeScheduleDetails

Start time details for the Exadata Fleet Update Action. The specified time should not conflict with existing Exadata Infrastructure maintenance windows. If Stage and Apply Actions are created with a timeToStart specified during Exadata Fleet Update Cycle creation, Apply should be scheduled at least 24 hours after the start time of the Stage Action.

Inheritance
object
CreateScheduleDetails
CreateStartTimeScheduleDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class CreateStartTimeScheduleDetails : CreateScheduleDetails

Properties

TimeToStart

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

The date and time the Exadata Fleet Update Action is expected to start. RFC 3339, section 14.29.

Remarks

Required

In this article
Back to top