UpdateDatabaseToolsConnectionPostgresqlDetails

class oci.database_tools.models.UpdateDatabaseToolsConnectionPostgresqlDetails(**kwargs)

Bases: oci.database_tools.models.update_database_tools_connection_details.UpdateDatabaseToolsConnectionDetails

The update details for a Database Tools PostgreSQL Server connection.

Attributes

TYPE_GENERIC_JDBC str(object=’’) -> str
TYPE_MYSQL str(object=’’) -> str
TYPE_ORACLE_DATABASE str(object=’’) -> str
TYPE_POSTGRESQL str(object=’’) -> str
advanced_properties Gets the advanced_properties of this UpdateDatabaseToolsConnectionPostgresqlDetails.
connection_string Gets the connection_string of this UpdateDatabaseToolsConnectionPostgresqlDetails.
defined_tags Gets the defined_tags of this UpdateDatabaseToolsConnectionDetails.
display_name Gets the display_name of this UpdateDatabaseToolsConnectionDetails.
freeform_tags Gets the freeform_tags of this UpdateDatabaseToolsConnectionDetails.
key_stores Gets the key_stores of this UpdateDatabaseToolsConnectionPostgresqlDetails.
private_endpoint_id Gets the private_endpoint_id of this UpdateDatabaseToolsConnectionPostgresqlDetails.
related_resource Gets the related_resource of this UpdateDatabaseToolsConnectionPostgresqlDetails.
type [Required] Gets the type of this UpdateDatabaseToolsConnectionDetails.
user_name Gets the user_name of this UpdateDatabaseToolsConnectionPostgresqlDetails.
user_password Gets the user_password of this UpdateDatabaseToolsConnectionPostgresqlDetails.

Methods

__init__(**kwargs) Initializes a new UpdateDatabaseToolsConnectionPostgresqlDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
TYPE_GENERIC_JDBC = 'GENERIC_JDBC'
TYPE_MYSQL = 'MYSQL'
TYPE_ORACLE_DATABASE = 'ORACLE_DATABASE'
TYPE_POSTGRESQL = 'POSTGRESQL'
__init__(**kwargs)

Initializes a new UpdateDatabaseToolsConnectionPostgresqlDetails object with values from keyword arguments. The default value of the type attribute of this class is POSTGRESQL and it should not be changed. 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 UpdateDatabaseToolsConnectionPostgresqlDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateDatabaseToolsConnectionPostgresqlDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateDatabaseToolsConnectionPostgresqlDetails.
  • type (str) – The value to assign to the type property of this UpdateDatabaseToolsConnectionPostgresqlDetails. Allowed values for this property are: “ORACLE_DATABASE”, “MYSQL”, “POSTGRESQL”, “GENERIC_JDBC”
  • related_resource (oci.database_tools.models.UpdateDatabaseToolsRelatedResourcePostgresqlDetails) – The value to assign to the related_resource property of this UpdateDatabaseToolsConnectionPostgresqlDetails.
  • connection_string (str) – The value to assign to the connection_string property of this UpdateDatabaseToolsConnectionPostgresqlDetails.
  • user_name (str) – The value to assign to the user_name property of this UpdateDatabaseToolsConnectionPostgresqlDetails.
  • user_password (oci.database_tools.models.DatabaseToolsUserPasswordDetails) – The value to assign to the user_password property of this UpdateDatabaseToolsConnectionPostgresqlDetails.
  • advanced_properties (dict(str, str)) – The value to assign to the advanced_properties property of this UpdateDatabaseToolsConnectionPostgresqlDetails.
  • key_stores (list[oci.database_tools.models.DatabaseToolsKeyStorePostgresqlDetails]) – The value to assign to the key_stores property of this UpdateDatabaseToolsConnectionPostgresqlDetails.
  • private_endpoint_id (str) – The value to assign to the private_endpoint_id property of this UpdateDatabaseToolsConnectionPostgresqlDetails.
advanced_properties

Gets the advanced_properties of this UpdateDatabaseToolsConnectionPostgresqlDetails. The advanced connection properties key-value pair (e.g., sslMode).

Returns:The advanced_properties of this UpdateDatabaseToolsConnectionPostgresqlDetails.
Return type:dict(str, str)
connection_string

Gets the connection_string of this UpdateDatabaseToolsConnectionPostgresqlDetails. The connection string used to connect to the PostgreSQL Server.

Returns:The connection_string of this UpdateDatabaseToolsConnectionPostgresqlDetails.
Return type:str
defined_tags

Gets the defined_tags of this UpdateDatabaseToolsConnectionDetails. 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 UpdateDatabaseToolsConnectionDetails.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this UpdateDatabaseToolsConnectionDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

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

Gets the freeform_tags of this UpdateDatabaseToolsConnectionDetails. 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 UpdateDatabaseToolsConnectionDetails.
Return type:dict(str, str)
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

key_stores

Gets the key_stores of this UpdateDatabaseToolsConnectionPostgresqlDetails. The CA certificate to verify the server’s certificate and the client private key and associated certificate required for client authentication.

Returns:The key_stores of this UpdateDatabaseToolsConnectionPostgresqlDetails.
Return type:list[oci.database_tools.models.DatabaseToolsKeyStorePostgresqlDetails]
private_endpoint_id

Gets the private_endpoint_id of this UpdateDatabaseToolsConnectionPostgresqlDetails. The OCID of the DatabaseToolsPrivateEndpoint used to access the database in the Customer VCN.

Returns:The private_endpoint_id of this UpdateDatabaseToolsConnectionPostgresqlDetails.
Return type:str
related_resource

Gets the related_resource of this UpdateDatabaseToolsConnectionPostgresqlDetails.

Returns:The related_resource of this UpdateDatabaseToolsConnectionPostgresqlDetails.
Return type:oci.database_tools.models.UpdateDatabaseToolsRelatedResourcePostgresqlDetails
type

[Required] Gets the type of this UpdateDatabaseToolsConnectionDetails. The DatabaseToolsConnection type.

Allowed values for this property are: “ORACLE_DATABASE”, “MYSQL”, “POSTGRESQL”, “GENERIC_JDBC”

Returns:The type of this UpdateDatabaseToolsConnectionDetails.
Return type:str
user_name

Gets the user_name of this UpdateDatabaseToolsConnectionPostgresqlDetails. The user name.

Returns:The user_name of this UpdateDatabaseToolsConnectionPostgresqlDetails.
Return type:str
user_password

Gets the user_password of this UpdateDatabaseToolsConnectionPostgresqlDetails.

Returns:The user_password of this UpdateDatabaseToolsConnectionPostgresqlDetails.
Return type:oci.database_tools.models.DatabaseToolsUserPasswordDetails