Show / Hide Table of Contents

Class RollbackCycleActionSummary

Rollback Cycle Exadata Fleet Update Action summary.

Inheritance
object
FsuActionSummary
RollbackCycleActionSummary
Inherited Members
FsuActionSummary.Id
FsuActionSummary.DisplayName
FsuActionSummary.CompartmentId
FsuActionSummary.TimeCreated
FsuActionSummary.TimeStarted
FsuActionSummary.TimeFinished
FsuActionSummary.TimeUpdated
FsuActionSummary.LifecycleState
FsuActionSummary.LifecycleDetails
FsuActionSummary.FreeformTags
FsuActionSummary.DefinedTags
FsuActionSummary.SystemTags
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 RollbackCycleActionSummary : FsuActionSummary

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.

In this article
Back to top