Show / Hide Table of Contents

Class UpgradeGiCollectionDetails

Details of supported upgrade options for GI collection.

Inheritance
object
UpgradeDetails
UpgradeGiCollectionDetails
Inherited Members
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 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.

In this article
Back to top