CreatePeerTargetDatabaseDetails¶
-
class
oci.data_safe.models.
CreatePeerTargetDatabaseDetails
(**kwargs)¶ Bases:
object
The details used to register the peer database of a database already registered in Data Safe.
Methods
__init__
(**kwargs)Initializes a new CreatePeerTargetDatabaseDetails object with values from keyword arguments. Attributes
database_details
[Required] Gets the database_details of this CreatePeerTargetDatabaseDetails. dataguard_association_id
Gets the dataguard_association_id of this CreatePeerTargetDatabaseDetails. description
Gets the description of this CreatePeerTargetDatabaseDetails. display_name
Gets the display_name of this CreatePeerTargetDatabaseDetails. tls_config
Gets the tls_config of this CreatePeerTargetDatabaseDetails. -
__init__
(**kwargs)¶ Initializes a new CreatePeerTargetDatabaseDetails 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 CreatePeerTargetDatabaseDetails.
- description (str) – The value to assign to the description property of this CreatePeerTargetDatabaseDetails.
- dataguard_association_id (str) – The value to assign to the dataguard_association_id property of this CreatePeerTargetDatabaseDetails.
- database_details (oci.data_safe.models.DatabaseDetails) – The value to assign to the database_details property of this CreatePeerTargetDatabaseDetails.
- tls_config (oci.data_safe.models.TlsConfig) – The value to assign to the tls_config property of this CreatePeerTargetDatabaseDetails.
-
database_details
¶ [Required] Gets the database_details of this CreatePeerTargetDatabaseDetails.
Returns: The database_details of this CreatePeerTargetDatabaseDetails. Return type: oci.data_safe.models.DatabaseDetails
-
dataguard_association_id
¶ Gets the dataguard_association_id of this CreatePeerTargetDatabaseDetails. The OCID of the Data Guard Association resource in which the database being registered is considered as peer database to the primary database.
Returns: The dataguard_association_id of this CreatePeerTargetDatabaseDetails. Return type: str
-
description
¶ Gets the description of this CreatePeerTargetDatabaseDetails. The description of the peer target database in Data Safe.
Returns: The description of this CreatePeerTargetDatabaseDetails. Return type: str
-
display_name
¶ Gets the display_name of this CreatePeerTargetDatabaseDetails. The display name of the peer target database in Data Safe. The name is modifiable and does not need to be unique.
Returns: The display_name of this CreatePeerTargetDatabaseDetails. Return type: str
-
tls_config
¶ Gets the tls_config of this CreatePeerTargetDatabaseDetails.
Returns: The tls_config of this CreatePeerTargetDatabaseDetails. Return type: oci.data_safe.models.TlsConfig
-