UpdateDatabaseRegistrationDetails¶
-
class
oci.golden_gate.models.
UpdateDatabaseRegistrationDetails
(**kwargs)¶ Bases:
object
The information to update a DatabaseRegistration.
Attributes
SESSION_MODE_DIRECT
A constant which can be used with the session_mode property of a UpdateDatabaseRegistrationDetails. SESSION_MODE_REDIRECT
A constant which can be used with the session_mode property of a UpdateDatabaseRegistrationDetails. alias_name
Gets the alias_name of this UpdateDatabaseRegistrationDetails. connection_string
Gets the connection_string of this UpdateDatabaseRegistrationDetails. defined_tags
Gets the defined_tags of this UpdateDatabaseRegistrationDetails. description
Gets the description of this UpdateDatabaseRegistrationDetails. display_name
Gets the display_name of this UpdateDatabaseRegistrationDetails. fqdn
Gets the fqdn of this UpdateDatabaseRegistrationDetails. freeform_tags
Gets the freeform_tags of this UpdateDatabaseRegistrationDetails. password
Gets the password of this UpdateDatabaseRegistrationDetails. session_mode
Gets the session_mode of this UpdateDatabaseRegistrationDetails. username
Gets the username of this UpdateDatabaseRegistrationDetails. wallet
Gets the wallet of this UpdateDatabaseRegistrationDetails. Methods
__init__
(**kwargs)Initializes a new UpdateDatabaseRegistrationDetails object with values from keyword arguments. -
SESSION_MODE_DIRECT
= 'DIRECT'¶ A constant which can be used with the session_mode property of a UpdateDatabaseRegistrationDetails. This constant has a value of “DIRECT”
-
SESSION_MODE_REDIRECT
= 'REDIRECT'¶ A constant which can be used with the session_mode property of a UpdateDatabaseRegistrationDetails. This constant has a value of “REDIRECT”
-
__init__
(**kwargs)¶ Initializes a new UpdateDatabaseRegistrationDetails 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 UpdateDatabaseRegistrationDetails.
- description (str) – The value to assign to the description property of this UpdateDatabaseRegistrationDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateDatabaseRegistrationDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateDatabaseRegistrationDetails.
- fqdn (str) – The value to assign to the fqdn property of this UpdateDatabaseRegistrationDetails.
- username (str) – The value to assign to the username property of this UpdateDatabaseRegistrationDetails.
- password (str) – The value to assign to the password property of this UpdateDatabaseRegistrationDetails.
- connection_string (str) – The value to assign to the connection_string property of this UpdateDatabaseRegistrationDetails.
- session_mode (str) – The value to assign to the session_mode property of this UpdateDatabaseRegistrationDetails. Allowed values for this property are: “DIRECT”, “REDIRECT”
- wallet (str) – The value to assign to the wallet property of this UpdateDatabaseRegistrationDetails.
- alias_name (str) – The value to assign to the alias_name property of this UpdateDatabaseRegistrationDetails.
-
alias_name
¶ Gets the alias_name of this UpdateDatabaseRegistrationDetails. Credential store alias.
Returns: The alias_name of this UpdateDatabaseRegistrationDetails. Return type: str
-
connection_string
¶ Gets the connection_string of this UpdateDatabaseRegistrationDetails. Connect descriptor or Easy Connect Naming method used to connect to a database.
Returns: The connection_string of this UpdateDatabaseRegistrationDetails. Return type: str
Gets the defined_tags of this UpdateDatabaseRegistrationDetails. Tags defined for this resource. Each key is predefined and scoped to a namespace.
Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this UpdateDatabaseRegistrationDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateDatabaseRegistrationDetails. Metadata about this specific object.
Returns: The description of this UpdateDatabaseRegistrationDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdateDatabaseRegistrationDetails. An object’s Display Name.
Returns: The display_name of this UpdateDatabaseRegistrationDetails. Return type: str
-
fqdn
¶ Gets the fqdn of this UpdateDatabaseRegistrationDetails. A three-label Fully Qualified Domain Name (FQDN) for a resource.
Returns: The fqdn of this UpdateDatabaseRegistrationDetails. Return type: str
Gets the freeform_tags of this UpdateDatabaseRegistrationDetails. A 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 UpdateDatabaseRegistrationDetails. Return type: dict(str, str)
-
password
¶ Gets the password of this UpdateDatabaseRegistrationDetails. The password Oracle GoldenGate uses to connect the associated system of the given technology. It must conform to the specific security requirements including length, case sensitivity, and so on.
Returns: The password of this UpdateDatabaseRegistrationDetails. Return type: str
-
session_mode
¶ Gets the session_mode of this UpdateDatabaseRegistrationDetails. The mode of the database connection session to be established by the data client. ‘REDIRECT’ - for a RAC database, ‘DIRECT’ - for a non-RAC database. Connection to a RAC database involves a redirection received from the SCAN listeners to the database node to connect to. By default the mode would be DIRECT.
Allowed values for this property are: “DIRECT”, “REDIRECT”
Returns: The session_mode of this UpdateDatabaseRegistrationDetails. Return type: str
-
username
¶ Gets the username of this UpdateDatabaseRegistrationDetails. The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it.
Returns: The username of this UpdateDatabaseRegistrationDetails. Return type: str
-
wallet
¶ Gets the wallet of this UpdateDatabaseRegistrationDetails. The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
Returns: The wallet of this UpdateDatabaseRegistrationDetails. Return type: str
-