Class UpdateDetails
Details specifying which maintenance update to apply to the cloud VM cluster and which actions are to be performed by the maintenance update. Applies to Exadata Cloud Service instances only.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class UpdateDetails
Properties
GiHomeId
Declaration
[JsonProperty(PropertyName = "giHomeId")]
public string GiHomeId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the Grid Infrastructure Home.
Specify this field for out of place Grid Infrastructure Home patching and upgrade of the Cloud VM Cluster.
This is mutually exclusive option to |
GiSoftwareImageId
Declaration
[JsonProperty(PropertyName = "giSoftwareImageId")]
public string GiSoftwareImageId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of a grid infrastructure software image. This is a database software image of the type |
UpdateAction
Declaration
[JsonProperty(PropertyName = "updateAction")]
[JsonConverter(typeof(StringEnumConverter))]
public UpdateDetails.UpdateActionEnum? UpdateAction { get; set; }
Property Value
| Type | Description |
|---|---|
| UpdateDetails.UpdateActionEnum? | The update action. |
UpdateId
Declaration
[JsonProperty(PropertyName = "updateId")]
public string UpdateId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the maintenance update. |
UpdateMode
Declaration
[JsonProperty(PropertyName = "updateMode")]
[JsonConverter(typeof(StringEnumConverter))]
public UpdateDetails.UpdateModeEnum? UpdateMode { get; set; }
Property Value
| Type | Description |
|---|---|
| UpdateDetails.UpdateModeEnum? | The update mode to perform for OS Update. |