PatchDistributedDatabasePrivateEndpointDetails¶
-
class
oci.distributed_database_v26.models.PatchDistributedDatabasePrivateEndpointDetails(**kwargs)¶ Bases:
objectProvide PatchInstruction(s) in items array. All instructions in items have to be of same type. The initial supported patch operation is MERGE with selection vcnNsgIds and value containing the vcnNsgIds payload.
Methods
__init__(**kwargs)Initializes a new PatchDistributedDatabasePrivateEndpointDetails object with values from keyword arguments. Attributes
itemsGets the items of this PatchDistributedDatabasePrivateEndpointDetails. -
__init__(**kwargs)¶ Initializes a new PatchDistributedDatabasePrivateEndpointDetails 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_v26.models.PatchInstruction]) – The value to assign to the items property of this PatchDistributedDatabasePrivateEndpointDetails.
-
items¶ Gets the items of this PatchDistributedDatabasePrivateEndpointDetails. List of patch instructions.
Returns: The items of this PatchDistributedDatabasePrivateEndpointDetails. Return type: list[oci.distributed_database_v26.models.PatchInstruction]
-