UpdateDbSystemDetails

class oci.psql.models.UpdateDbSystemDetails(**kwargs)

Bases: object

The information to be updated.

Methods

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

Attributes

db_configuration_params Gets the db_configuration_params of this UpdateDbSystemDetails.
defined_tags Gets the defined_tags of this UpdateDbSystemDetails.
description Gets the description of this UpdateDbSystemDetails.
display_name Gets the display_name of this UpdateDbSystemDetails.
freeform_tags Gets the freeform_tags of this UpdateDbSystemDetails.
management_policy Gets the management_policy of this UpdateDbSystemDetails.
storage_details Gets the storage_details of this UpdateDbSystemDetails.
__init__(**kwargs)

Initializes a new UpdateDbSystemDetails 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 UpdateDbSystemDetails.
  • description (str) – The value to assign to the description property of this UpdateDbSystemDetails.
  • db_configuration_params (oci.psql.models.UpdateDbConfigParams) – The value to assign to the db_configuration_params property of this UpdateDbSystemDetails.
  • management_policy (oci.psql.models.ManagementPolicyDetails) – The value to assign to the management_policy property of this UpdateDbSystemDetails.
  • storage_details (oci.psql.models.UpdateStorageDetailsParams) – The value to assign to the storage_details property of this UpdateDbSystemDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateDbSystemDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateDbSystemDetails.
db_configuration_params

Gets the db_configuration_params of this UpdateDbSystemDetails.

Returns:The db_configuration_params of this UpdateDbSystemDetails.
Return type:oci.psql.models.UpdateDbConfigParams
defined_tags

Gets the defined_tags of this UpdateDbSystemDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this UpdateDbSystemDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this UpdateDbSystemDetails. A user-provided description of the database system.

Returns:The description of this UpdateDbSystemDetails.
Return type:str
display_name

Gets the display_name of this UpdateDbSystemDetails. A user-friendly display name for the database system. Avoid entering confidential information.

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

Gets the freeform_tags of this UpdateDbSystemDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

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

Gets the management_policy of this UpdateDbSystemDetails.

Returns:The management_policy of this UpdateDbSystemDetails.
Return type:oci.psql.models.ManagementPolicyDetails
storage_details

Gets the storage_details of this UpdateDbSystemDetails.

Returns:The storage_details of this UpdateDbSystemDetails.
Return type:oci.psql.models.UpdateStorageDetailsParams