Show / Hide Table of Contents

Class GiGoalSoftwareComponentDetails

Details of goal version for 'GI' component in an 'EXADB_STACK' type Exadata Fleet Update Collection.

Inheritance
object
GoalSoftwareComponentDetails
GiGoalSoftwareComponentDetails
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 GiGoalSoftwareComponentDetails : GoalSoftwareComponentDetails

Properties

GoalVersionDetails

Declaration
[Required(ErrorMessage = "GoalVersionDetails is required.")]
[JsonProperty(PropertyName = "goalVersionDetails")]
public GiGoalVersionDetails GoalVersionDetails { get; set; }
Property Value
Type Description
GiGoalVersionDetails
Remarks

Required

HomePolicy

Declaration
[JsonProperty(PropertyName = "homePolicy")]
[JsonConverter(typeof(ResponseEnumConverter))]
public GiGoalSoftwareComponentDetails.HomePolicyEnum? HomePolicy { get; set; }
Property Value
Type Description
GiGoalSoftwareComponentDetails.HomePolicyEnum?

Goal home policy to use when Staging the Goal Version during patching. CREATE_NEW: Create a new DBHome (for Database Collections) for the specified image or version. USE_EXISTING: All database targets in the same VMCluster or CloudVmCluster will be moved to a shared database home. If an existing home for the selected image or version is not found in the VM Cluster for a target database, then a new home will be created. If more than one existing home for the selected image is found, then the home with the least number of databases will be used. If multiple homes have the least number of databases, then a home will be selected at random.

NewHomePrefix

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