AssociatedResourceDetails

class oci.database.models.AssociatedResourceDetails(**kwargs)

Bases: object

Details about the resources associated with the connection bundle.

Methods

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

Attributes

resource_ids [Required] Gets the resource_ids of this AssociatedResourceDetails.
__init__(**kwargs)

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

Parameters:resource_ids (list[str]) – The value to assign to the resource_ids property of this AssociatedResourceDetails.
resource_ids

[Required] Gets the resource_ids of this AssociatedResourceDetails. The OCIDs of the associated resources.

Returns:The resource_ids of this AssociatedResourceDetails.
Return type:list[str]