Class RollbackCycleAction
Rollback Cycle Exadata Fleet Update Action details. This will rollback all the targets in the maintenance cycle with the Collection in place.
Inherited Members
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class RollbackCycleAction : FsuAction
Properties
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. |
Remarks
Required
Progress
Declaration
[JsonProperty(PropertyName = "progress")]
public FsuActionProgressDetails Progress { get; set; }
Property Value
Type | Description |
---|---|
FsuActionProgressDetails |
RelatedFsuActionId
Declaration
[JsonProperty(PropertyName = "relatedFsuActionId")]
public string RelatedFsuActionId { get; set; }
Property Value
Type | Description |
---|---|
string | OCID identifier for the Exadata Fleet Update Action. |