Show / Hide Table of Contents

Class RollbackFsuJob

Inheritance
object
FsuJob
RollbackFsuJob
Inherited Members
FsuJob.Id
FsuJob.DisplayName
FsuJob.CompartmentId
FsuJob.FsuActionId
FsuJob.Progress
FsuJob.TimeCreated
FsuJob.TimeStarted
FsuJob.TimeUpdated
FsuJob.TimeFinished
FsuJob.LifecycleState
FsuJob.LifecycleDetails
FsuJob.FreeformTags
FsuJob.DefinedTags
FsuJob.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 RollbackFsuJob : FsuJob

Properties

FsuCollectionId

Declaration
[Required(ErrorMessage = "FsuCollectionId is required.")]
[JsonProperty(PropertyName = "fsuCollectionId")]
public string FsuCollectionId { get; set; }
Property Value
Type Description
string

OCID of the Exadata Fleet Update Collection that the job is executing on.

Remarks

Required

FsuCycleId

Declaration
[Required(ErrorMessage = "FsuCycleId is required.")]
[JsonProperty(PropertyName = "fsuCycleId")]
public string FsuCycleId { get; set; }
Property Value
Type Description
string

OCID of the Exadata Fleet Update Cycle that this job is part of.

Remarks

Required

Schedule

Declaration
[JsonProperty(PropertyName = "schedule")]
public ScheduleDetails Schedule { get; set; }
Property Value
Type Description
ScheduleDetails

TargetId

Declaration
[JsonProperty(PropertyName = "targetId")]
public string TargetId { get; set; }
Property Value
Type Description
string

OCID of Target resource on which the job is executing the action.

In this article
Back to top