UpdateDbHomeDetails¶
- 
class oci.database.models.UpdateDbHomeDetails(**kwargs)¶
- Bases: - object- Describes the modification parameters for the Database Home. - Methods - __init__(**kwargs)- Initializes a new UpdateDbHomeDetails object with values from keyword arguments. - Attributes - db_version- Gets the db_version of this UpdateDbHomeDetails. - defined_tags- Gets the defined_tags of this UpdateDbHomeDetails. - freeform_tags- Gets the freeform_tags of this UpdateDbHomeDetails. - one_off_patches- Gets the one_off_patches of this UpdateDbHomeDetails. - 
__init__(**kwargs)¶
- Initializes a new UpdateDbHomeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - db_version (oci.database.models.PatchDetails) – The value to assign to the db_version property of this UpdateDbHomeDetails.
- one_off_patches (list[str]) – The value to assign to the one_off_patches property of this UpdateDbHomeDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateDbHomeDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateDbHomeDetails.
 
 - 
db_version¶
- Gets the db_version of this UpdateDbHomeDetails. - Returns: - The db_version of this UpdateDbHomeDetails. - Return type: - oci.database.models.PatchDetails 
 - Gets the defined_tags of this UpdateDbHomeDetails. 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 UpdateDbHomeDetails. - Return type: - dict(str, dict(str, object)) 
 - Gets the freeform_tags of this UpdateDbHomeDetails. 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. - Example: {“Department”: “Finance”} - Returns: - The freeform_tags of this UpdateDbHomeDetails. - Return type: - dict(str, str) 
 - 
one_off_patches¶
- Gets the one_off_patches of this UpdateDbHomeDetails. List of one-off patches for Database Homes. - Returns: - The one_off_patches of this UpdateDbHomeDetails. - Return type: - list[str] 
 
-