Show / Hide Table of Contents

Class UpgradeFsuCycle

Upgrade Exadata Fleet Update Cycle resource details.

Inheritance
object
FsuCycle
UpgradeFsuCycle
Inherited Members
FsuCycle.Id
FsuCycle.DisplayName
FsuCycle.CompartmentId
FsuCycle.FsuCollectionId
FsuCycle.CollectionType
FsuCycle.ExecutingFsuActionId
FsuCycle.NextActionToExecute
FsuCycle.LastCompletedActionId
FsuCycle.RollbackCycleState
FsuCycle.LastCompletedAction
FsuCycle.GoalVersionDetails
FsuCycle.BatchingStrategy
FsuCycle.StageActionSchedule
FsuCycle.ApplyActionSchedule
FsuCycle.DiagnosticsCollection
FsuCycle.TimeCreated
FsuCycle.TimeUpdated
FsuCycle.TimeFinished
FsuCycle.LifecycleState
FsuCycle.LifecycleDetails
FsuCycle.FreeformTags
FsuCycle.DefinedTags
FsuCycle.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 UpgradeFsuCycle : FsuCycle

Properties

UpgradeDetails

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