PatchDbSystemDetails¶
-
class
oci.psql.models.
PatchDbSystemDetails
(**kwargs)¶ Bases:
object
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.
Methods
__init__
(**kwargs)Initializes a new PatchDbSystemDetails object with values from keyword arguments. Attributes
items
Gets the items of this PatchDbSystemDetails. -
__init__
(**kwargs)¶ Initializes a new PatchDbSystemDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.psql.models.PatchInstruction]) – The value to assign to the items property of this PatchDbSystemDetails.
-
items
¶ Gets the items of this PatchDbSystemDetails. List of patch instructions.
Returns: The items of this PatchDbSystemDetails. Return type: list[oci.psql.models.PatchInstruction]
-