PatchDistributedAutonomousDatabaseDetails

class oci.distributed_database.models.PatchDistributedAutonomousDatabaseDetails(**kwargs)

Bases: object

Provide PatchInstuction(s) in items array. All instructions in items have to be of same type. All instructions in items have to either PatchInsertInstruction type, PatchRemoveInstruction or PatchMergeInstruction. Multiple instructions of different types is not allowed to be performed in single operation.

Methods

__init__(**kwargs) Initializes a new PatchDistributedAutonomousDatabaseDetails object with values from keyword arguments.

Attributes

items Gets the items of this PatchDistributedAutonomousDatabaseDetails.
__init__(**kwargs)

Initializes a new PatchDistributedAutonomousDatabaseDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.distributed_database.models.PatchInstruction]) – The value to assign to the items property of this PatchDistributedAutonomousDatabaseDetails.
items

Gets the items of this PatchDistributedAutonomousDatabaseDetails. List of patch instructions.

Returns:The items of this PatchDistributedAutonomousDatabaseDetails.
Return type:list[oci.distributed_database.models.PatchInstruction]