Class NextActionToExecuteDetails
Details of the next Exadata Fleet Update Action to execute in a Maintenance Cycle.
Inherited Members
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