Show / Hide Table of Contents

Class CreateRollbackActionDetails

Rollback Exadata Fleet Update Action creation details. This action will attempt to rollback the specified Targets according to strategy to the source target version prior to patching in this Exadata Fleet Update Cycle and remove them from the Collection.

Inheritance
object
CreateFsuActionDetails
CreateRollbackActionDetails
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 CreateRollbackActionDetails : CreateFsuActionDetails

Properties

Details

Declaration
[Required(ErrorMessage = "Details is required.")]
[JsonProperty(PropertyName = "details")]
public RollbackDetails Details { get; set; }
Property Value
Type Description
RollbackDetails
Remarks

Required

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

ScheduleDetails

Declaration
[JsonProperty(PropertyName = "scheduleDetails")]
public CreateScheduleDetails ScheduleDetails { get; set; }
Property Value
Type Description
CreateScheduleDetails
In this article
Back to top