Show / Hide Table of Contents

Class NextActionToExecuteDetails

Details of the next Exadata Fleet Update Action to execute in a Maintenance Cycle.

Inheritance
object
NextActionToExecuteDetails
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 NextActionToExecuteDetails

Properties

TimeToStart

Declaration
[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. Null if no Action has been scheduled. RFC 3339, section 14.29.

Type

Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DetailedActionTypes? Type { get; set; }
Property Value
Type Description
DetailedActionTypes?

Type of Exadata Fleet Update Action

Remarks

Required

In this article
Back to top