UpdatePeerTargetDatabaseDetails

class oci.data_safe.models.UpdatePeerTargetDatabaseDetails(**kwargs)

Bases: object

The details of the peer database used for updating the peer target database in Data Safe.

Methods

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

Attributes

database_details Gets the database_details of this UpdatePeerTargetDatabaseDetails.
description Gets the description of this UpdatePeerTargetDatabaseDetails.
display_name Gets the display_name of this UpdatePeerTargetDatabaseDetails.
tls_config Gets the tls_config of this UpdatePeerTargetDatabaseDetails.
__init__(**kwargs)

Initializes a new UpdatePeerTargetDatabaseDetails 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 UpdatePeerTargetDatabaseDetails.
  • description (str) – The value to assign to the description property of this UpdatePeerTargetDatabaseDetails.
  • database_details (oci.data_safe.models.DatabaseDetails) – The value to assign to the database_details property of this UpdatePeerTargetDatabaseDetails.
  • tls_config (oci.data_safe.models.TlsConfig) – The value to assign to the tls_config property of this UpdatePeerTargetDatabaseDetails.
database_details

Gets the database_details of this UpdatePeerTargetDatabaseDetails.

Returns:The database_details of this UpdatePeerTargetDatabaseDetails.
Return type:oci.data_safe.models.DatabaseDetails
description

Gets the description of this UpdatePeerTargetDatabaseDetails. The description of the peer target database in Data Safe.

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

Gets the display_name of this UpdatePeerTargetDatabaseDetails. The display name of the peer target database in Data Safe.

Returns:The display_name of this UpdatePeerTargetDatabaseDetails.
Return type:str
tls_config

Gets the tls_config of this UpdatePeerTargetDatabaseDetails.

Returns:The tls_config of this UpdatePeerTargetDatabaseDetails.
Return type:oci.data_safe.models.TlsConfig