UpdateConnectionDetails

class oci.database_migration.models.UpdateConnectionDetails(**kwargs)

Bases: object

Details to update in a Database Connection resource.

Methods

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

Attributes

admin_credentials Gets the admin_credentials of this UpdateConnectionDetails.
certificate_tdn Gets the certificate_tdn of this UpdateConnectionDetails.
connect_descriptor Gets the connect_descriptor of this UpdateConnectionDetails.
database_id Gets the database_id of this UpdateConnectionDetails.
defined_tags Gets the defined_tags of this UpdateConnectionDetails.
display_name Gets the display_name of this UpdateConnectionDetails.
freeform_tags Gets the freeform_tags of this UpdateConnectionDetails.
nsg_ids Gets the nsg_ids of this UpdateConnectionDetails.
private_endpoint Gets the private_endpoint of this UpdateConnectionDetails.
replication_credentials Gets the replication_credentials of this UpdateConnectionDetails.
ssh_details Gets the ssh_details of this UpdateConnectionDetails.
tls_keystore Gets the tls_keystore of this UpdateConnectionDetails.
tls_wallet Gets the tls_wallet of this UpdateConnectionDetails.
vault_details Gets the vault_details of this UpdateConnectionDetails.
__init__(**kwargs)

Initializes a new UpdateConnectionDetails 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 UpdateConnectionDetails.
  • database_id (str) – The value to assign to the database_id property of this UpdateConnectionDetails.
  • connect_descriptor (oci.database_migration.models.UpdateConnectDescriptor) – The value to assign to the connect_descriptor property of this UpdateConnectionDetails.
  • certificate_tdn (str) – The value to assign to the certificate_tdn property of this UpdateConnectionDetails.
  • tls_wallet (str) – The value to assign to the tls_wallet property of this UpdateConnectionDetails.
  • tls_keystore (str) – The value to assign to the tls_keystore property of this UpdateConnectionDetails.
  • ssh_details (oci.database_migration.models.UpdateSshDetails) – The value to assign to the ssh_details property of this UpdateConnectionDetails.
  • admin_credentials (oci.database_migration.models.UpdateAdminCredentials) – The value to assign to the admin_credentials property of this UpdateConnectionDetails.
  • replication_credentials (oci.database_migration.models.UpdateAdminCredentials) – The value to assign to the replication_credentials property of this UpdateConnectionDetails.
  • private_endpoint (oci.database_migration.models.UpdatePrivateEndpoint) – The value to assign to the private_endpoint property of this UpdateConnectionDetails.
  • vault_details (oci.database_migration.models.UpdateVaultDetails) – The value to assign to the vault_details property of this UpdateConnectionDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateConnectionDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateConnectionDetails.
  • nsg_ids (list[str]) – The value to assign to the nsg_ids property of this UpdateConnectionDetails.
admin_credentials

Gets the admin_credentials of this UpdateConnectionDetails.

Returns:The admin_credentials of this UpdateConnectionDetails.
Return type:oci.database_migration.models.UpdateAdminCredentials
certificate_tdn

Gets the certificate_tdn of this UpdateConnectionDetails. This name is the distinguished name used while creating the certificate on target database. Not required for source container database connections.

Returns:The certificate_tdn of this UpdateConnectionDetails.
Return type:str
connect_descriptor

Gets the connect_descriptor of this UpdateConnectionDetails.

Returns:The connect_descriptor of this UpdateConnectionDetails.
Return type:oci.database_migration.models.UpdateConnectDescriptor
database_id

Gets the database_id of this UpdateConnectionDetails. The OCID of the cloud database.

Returns:The database_id of this UpdateConnectionDetails.
Return type:str
defined_tags

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

Gets the display_name of this UpdateConnectionDetails. Database Connection display name identifier.

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

Gets the freeform_tags of this UpdateConnectionDetails. 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 UpdateConnectionDetails.
Return type:dict(str, str)
nsg_ids

Gets the nsg_ids of this UpdateConnectionDetails. An array of Network Security Group OCIDs used to define network access for Connections.

Returns:The nsg_ids of this UpdateConnectionDetails.
Return type:list[str]
private_endpoint

Gets the private_endpoint of this UpdateConnectionDetails.

Returns:The private_endpoint of this UpdateConnectionDetails.
Return type:oci.database_migration.models.UpdatePrivateEndpoint
replication_credentials

Gets the replication_credentials of this UpdateConnectionDetails.

Returns:The replication_credentials of this UpdateConnectionDetails.
Return type:oci.database_migration.models.UpdateAdminCredentials
ssh_details

Gets the ssh_details of this UpdateConnectionDetails.

Returns:The ssh_details of this UpdateConnectionDetails.
Return type:oci.database_migration.models.UpdateSshDetails
tls_keystore

Gets the tls_keystore of this UpdateConnectionDetails. keystore.jks file contents; base64 encoded String. Not required for source container database connections.

Returns:The tls_keystore of this UpdateConnectionDetails.
Return type:str
tls_wallet

Gets the tls_wallet of this UpdateConnectionDetails. cwallet.sso containing containing the TCPS/SSL certificate; base64 encoded String. Not required for source container database connections.

Returns:The tls_wallet of this UpdateConnectionDetails.
Return type:str
vault_details

Gets the vault_details of this UpdateConnectionDetails.

Returns:The vault_details of this UpdateConnectionDetails.
Return type:oci.database_migration.models.UpdateVaultDetails