Show / Hide Table of Contents

Class CreatePatchFsuCycle

Patch Exadata Fleet Update Cycle resource creation details.

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 patch IDs to ignore.

IsIgnorePatches

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

Ignore all patches between the source and target homes during patching.

IsKeepPlacement

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

Ensure that services of administrator-managed Oracle RAC or Oracle RAC One databases are running on the same instances before and after the move operation.

MaxDrainTimeoutInSeconds

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

Service drain timeout specified in seconds.

In this article
Back to top