Show / Hide Table of Contents

Class PatchDbSystemDetails

For adding read replica database instances, the operation is INSERT and value object to specify is #/definitions/CreateDbInstanceDetails. For removing read replica database instances, the operation is REMOVE and value object needs to be an array of dbInstanceId's.

Inheritance
object
PatchDbSystemDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.PsqlService.Models
Assembly: OCI.DotNetSDK.Psql.dll
Syntax
public class PatchDbSystemDetails

Properties

Items

Declaration
[JsonProperty(PropertyName = "items")]
public List<PatchInstruction> Items { get; set; }
Property Value
Type Description
List<PatchInstruction>

List of patch instructions.

In this article
Back to top