PatchShardedDatabaseDetails

class oci.globally_distributed_database.models.PatchShardedDatabaseDetails(**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 PatchShardedDatabaseDetails object with values from keyword arguments.

Attributes

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

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

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

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

Returns:The items of this PatchShardedDatabaseDetails.
Return type:list[oci.globally_distributed_database.models.PatchInstruction]