Show / Hide Table of Contents

Class ApplyFsuJobSummary

Summary of Apply Exadata Fleet Update Job resource.

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

Properties

FsuCollectionId

Declaration
[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.

FsuCycleId

Declaration
[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.

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