PatchCloudDbSystemDiscoveryDetails¶
-
class
oci.database_management.models.
PatchCloudDbSystemDiscoveryDetails
(**kwargs)¶ Bases:
object
The details required to update a cloud DB system discovery resource.
Methods
__init__
(**kwargs)Initializes a new PatchCloudDbSystemDiscoveryDetails object with values from keyword arguments. Attributes
items
Gets the items of this PatchCloudDbSystemDiscoveryDetails. -
__init__
(**kwargs)¶ Initializes a new PatchCloudDbSystemDiscoveryDetails 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 PatchCloudDbSystemDiscoveryDetails.
-
items
¶ Gets the items of this PatchCloudDbSystemDiscoveryDetails. A sequence of instructions to apply to the resource.
Returns: The items of this PatchCloudDbSystemDiscoveryDetails. Return type: list[oci.database_management.models.PatchInstruction]
-