Class UpgradeGiCollectionDetails
Details of supported upgrade options for GI collection.
Inherited Members
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class UpgradeGiCollectionDetails : UpgradeDetails
Properties
IsIgnorePostUpgradeErrors
Declaration
[JsonProperty(PropertyName = "isIgnorePostUpgradeErrors")]
public bool? IsIgnorePostUpgradeErrors { get; set; }
Property Value
Type | Description |
---|---|
bool? | Ignore errors during post Oracle Grid Infrastructure upgrade Cluster Verification Utility (CVU) check. |
IsIgnorePrerequisites
Declaration
[JsonProperty(PropertyName = "isIgnorePrerequisites")]
public bool? IsIgnorePrerequisites { get; set; }
Property Value
Type | Description |
---|---|
bool? | Ignore the Cluster Verification Utility (CVU) prerequisite checks. |