Class ExecuteDbSystemOsPatchDetails
Request details for submitting an operating system (OS) patch action on a DB system. Use PRECHECK to validate prerequisites and surface the expected changes without applying them. Use APPLY to install the selected updates. Some updates may require a reboot to take effect.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class ExecuteDbSystemOsPatchDetails
Properties
Action
Declaration
[Required(ErrorMessage = "Action is required.")]
[JsonProperty(PropertyName = "action")]
[JsonConverter(typeof(StringEnumConverter))]
public ExecuteDbSystemOsPatchDetails.ActionEnum? Action { get; set; }
Property Value
| Type | Description |
|---|---|
| ExecuteDbSystemOsPatchDetails.ActionEnum? | Operation system (OS) patch action to perform
|
Remarks
Required
DbNodeId
Declaration
[JsonProperty(PropertyName = "dbNodeId")]
public string DbNodeId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the DB node to target for this patch action. If omitted, the action applies to all nodes in the DB system. |