Show / Hide Table of Contents

Class CreateUpgradeFsuCycle

Upgrade Exadata Fleet Update Cycle resource creation details. Batching strategy should always be NON_ROLLING for DB collection upgrade. For GI upgrade case, Batching strategy may be NON_ROLLING or SEQUENTIAL(default).

Inheritance
object
CreateFsuCycleDetails
CreateUpgradeFsuCycle
Inherited Members
CreateFsuCycleDetails.DisplayName
CreateFsuCycleDetails.CompartmentId
CreateFsuCycleDetails.FsuCollectionId
CreateFsuCycleDetails.GoalVersionDetails
CreateFsuCycleDetails.BatchingStrategy
CreateFsuCycleDetails.StageActionSchedule
CreateFsuCycleDetails.ApplyActionSchedule
CreateFsuCycleDetails.DiagnosticsCollection
CreateFsuCycleDetails.FreeformTags
CreateFsuCycleDetails.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 CreateUpgradeFsuCycle : CreateFsuCycleDetails

Properties

UpgradeDetails

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