Show / Hide Table of Contents

Class CreatePatchFsuCycle

Details to create an Exadata Fleet Update Cycle for a single maintenance update for an Exadata Fleet Update Collection.

Inheritance
object
CreateFsuCycleDetails
CreatePatchFsuCycle
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 CreatePatchFsuCycle : CreateFsuCycleDetails

Properties

IsIgnoreMissingPatches

Declaration
[JsonProperty(PropertyName = "isIgnoreMissingPatches")]
public List<string> IsIgnoreMissingPatches { get; set; }
Property Value
Type Description
List<string>

List of identifiers of patches to ignore. This attribute will be ignored for Exadata Image (Guest OS) maintenance update.

IsIgnorePatches

Declaration
[JsonProperty(PropertyName = "isIgnorePatches")]
public bool? IsIgnorePatches { get; set; }
Property Value
Type Description
bool?

Ignore patch conflicts or missing patches between the source and goal homes. This attribute will be ignored for Exadata Image (Guest OS) maintenance update.

IsKeepPlacement

Declaration
[JsonProperty(PropertyName = "isKeepPlacement")]
public bool? IsKeepPlacement { get; set; }
Property Value
Type Description
bool?

Ensure that database services are online on the same VMs before and after the maintenance update.

MaxDrainTimeoutInSeconds

Declaration
[JsonProperty(PropertyName = "maxDrainTimeoutInSeconds")]
public int? MaxDrainTimeoutInSeconds { get; set; }
Property Value
Type Description
int?

Timeout for session draining for database services specified in seconds.

In this article
Back to top