Show / Hide Table of Contents

Class CreateRollbackCycleApplyActionDetails

Exadata Fleet Update Rollback Action creation details. This action will rollback the maintenance cycle to the source home after a successful apply FSUAction.

Inheritance
object
CreateFsuActionDetails
CreateRollbackCycleApplyActionDetails
Inherited Members
CreateFsuActionDetails.DisplayName
CreateFsuActionDetails.CompartmentId
CreateFsuActionDetails.FreeformTags
CreateFsuActionDetails.DefinedTags
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 CreateRollbackCycleApplyActionDetails : CreateFsuActionDetails

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

In this article
Back to top