Class RollbackActionSummary
Rollback Exadata Fleet Update Action summary.
Inheritance
RollbackActionSummary
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class RollbackActionSummary : FsuActionSummary
Properties
Details
Declaration
[JsonProperty(PropertyName = "details")]
public RollbackDetails Details { get; set; }
Property Value
FsuCycleId
Declaration
[Required(ErrorMessage = "FsuCycleId is required.")]
[JsonProperty(PropertyName = "fsuCycleId")]
public string FsuCycleId { get; set; }
Property Value
Type |
Description |
string |
OCID identifier for the Exadata Fleet Update Cycle the Action will be part of.
|
Progress
Declaration
[JsonProperty(PropertyName = "progress")]
public FsuActionProgressDetails Progress { get; set; }
Property Value
Declaration
[JsonProperty(PropertyName = "relatedFsuActionId")]
public string RelatedFsuActionId { get; set; }
Property Value
Type |
Description |
string |
OCID identifier for the Exadata Fleet Update Action.
|
ScheduleDetails
Declaration
[JsonProperty(PropertyName = "scheduleDetails")]
public ScheduleDetails ScheduleDetails { get; set; }
Property Value