Class UpdateHistoryEntrySummary
The record of an maintenance update action on a specified cloud VM cluster. Applies to Exadata Cloud Service instances only.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class UpdateHistoryEntrySummary
Properties
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the maintenance update history entry. |
Remarks
Required
LifecycleDetails
Declaration
[JsonProperty(PropertyName = "lifecycleDetails")]
public string LifecycleDetails { get; set; }
Property Value
Type | Description |
---|---|
string | Descriptive text providing additional details about the lifecycle state. |
LifecycleState
Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public UpdateHistoryEntrySummary.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
UpdateHistoryEntrySummary.LifecycleStateEnum? | The current lifecycle state of the maintenance update operation. |
Remarks
Required
TimeCompleted
Declaration
[JsonProperty(PropertyName = "timeCompleted")]
public DateTime? TimeCompleted { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time when the maintenance update action completed. |
TimeStarted
Declaration
[Required(ErrorMessage = "TimeStarted is required.")]
[JsonProperty(PropertyName = "timeStarted")]
public DateTime? TimeStarted { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time when the maintenance update action started. |
Remarks
Required
UpdateAction
Declaration
[JsonProperty(PropertyName = "updateAction")]
[JsonConverter(typeof(ResponseEnumConverter))]
public UpdateHistoryEntrySummary.UpdateActionEnum? UpdateAction { get; set; }
Property Value
Type | Description |
---|---|
UpdateHistoryEntrySummary.UpdateActionEnum? | The update action. |
UpdateId
Declaration
[Required(ErrorMessage = "UpdateId is required.")]
[JsonProperty(PropertyName = "updateId")]
public string UpdateId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the maintenance update. |
Remarks
Required
UpdateType
Declaration
[Required(ErrorMessage = "UpdateType is required.")]
[JsonProperty(PropertyName = "updateType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public UpdateHistoryEntrySummary.UpdateTypeEnum? UpdateType { get; set; }
Property Value
Type | Description |
---|---|
UpdateHistoryEntrySummary.UpdateTypeEnum? | The type of cloud VM cluster maintenance update. |
Remarks
Required