PatchExternalDbSystemDiscoveryDetails

class oci.database_management.models.PatchExternalDbSystemDiscoveryDetails(**kwargs)

Bases: object

The details required to update an external DB system discovery resource.

Methods

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

Attributes

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

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

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

Gets the items of this PatchExternalDbSystemDiscoveryDetails. A sequence of instructions to apply to the resource.

Returns:The items of this PatchExternalDbSystemDiscoveryDetails.
Return type:list[oci.database_management.models.PatchInstruction]