Class GetDbSystemPatchRequest
Implements
Inherited Members
Namespace: Oci.DatabaseService.Requests
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class GetDbSystemPatchRequest : IOciRequest
Examples
Click here to see an example of how to use GetDbSystemPatch request.
Properties
DbSystemId
Declaration
[Required(ErrorMessage = "DbSystemId is required.")]
[HttpConverter(TargetEnum.Path, "dbSystemId")]
public string DbSystemId { get; set; }
Property Value
Type | Description |
---|---|
string | The DB system OCID. |
Remarks
Required
PatchId
Declaration
[Required(ErrorMessage = "PatchId is required.")]
[HttpConverter(TargetEnum.Path, "patchId")]
public string PatchId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the patch. |
Remarks
Required