Class FsuGoalVersionDetails
Goal version or image details for the Exadata Fleet Update Cycle.
Inherited Members
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
[JsonConverter(typeof(FsuGoalVersionDetailsModelConverter))]
public class FsuGoalVersionDetails
Properties
HomePolicy
Declaration
[JsonProperty(PropertyName = "homePolicy")]
[JsonConverter(typeof(ResponseEnumConverter))]
public FsuGoalVersionDetails.HomePolicyEnum? HomePolicy { get; set; }
Property Value
Type | Description |
---|---|
FsuGoalVersionDetails.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 |