UpdateDbConnectionBundleDetails

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

Bases: object

The details for updating a database connection bundle.

Methods

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

Attributes

associated_resource_details Gets the associated_resource_details of this UpdateDbConnectionBundleDetails.
defined_tags Gets the defined_tags of this UpdateDbConnectionBundleDetails.
display_name Gets the display_name of this UpdateDbConnectionBundleDetails.
freeform_tags Gets the freeform_tags of this UpdateDbConnectionBundleDetails.
__init__(**kwargs)

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

Parameters:
  • display_name (str) – The value to assign to the display_name property of this UpdateDbConnectionBundleDetails.
  • associated_resource_details (list[oci.database.models.AssociatedResourceDetails]) – The value to assign to the associated_resource_details property of this UpdateDbConnectionBundleDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateDbConnectionBundleDetails.
  • defined_tags (dict(str, dict(str, str))) – The value to assign to the defined_tags property of this UpdateDbConnectionBundleDetails.
associated_resource_details

Gets the associated_resource_details of this UpdateDbConnectionBundleDetails. Details about the resources to associate with the connection bundle.

Returns:The associated_resource_details of this UpdateDbConnectionBundleDetails.
Return type:list[oci.database.models.AssociatedResourceDetails]
defined_tags

Gets the defined_tags of this UpdateDbConnectionBundleDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Returns:The defined_tags of this UpdateDbConnectionBundleDetails.
Return type:dict(str, dict(str, str))
display_name

Gets the display_name of this UpdateDbConnectionBundleDetails. Display name for the connection bundle.

Returns:The display_name of this UpdateDbConnectionBundleDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateDbConnectionBundleDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

Returns:The freeform_tags of this UpdateDbConnectionBundleDetails.
Return type:dict(str, str)