UpdateDbSystemDbInstanceDetails

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

Bases: object

Database instance node update parameters.

Methods

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

Attributes

description Gets the description of this UpdateDbSystemDbInstanceDetails.
display_name Gets the display_name of this UpdateDbSystemDbInstanceDetails.
__init__(**kwargs)

Initializes a new UpdateDbSystemDbInstanceDetails 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 UpdateDbSystemDbInstanceDetails.
  • description (str) – The value to assign to the description property of this UpdateDbSystemDbInstanceDetails.
description

Gets the description of this UpdateDbSystemDbInstanceDetails. A user-provided description of the database instance node.

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

Gets the display_name of this UpdateDbSystemDbInstanceDetails. A user-friendly display name of the database instance node. Avoid entering confidential information.

Returns:The display_name of this UpdateDbSystemDbInstanceDetails.
Return type:str