ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails¶
- 
class oci.opsi.models.ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails(**kwargs)¶
- Bases: - object- Advanced feature details of autonomous database insight. - Methods - __init__(**kwargs)- Initializes a new ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails object with values from keyword arguments. - Attributes - connection_details- [Required] Gets the connection_details of this ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails. - credential_details- [Required] Gets the credential_details of this ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails. - opsi_private_endpoint_id- Gets the opsi_private_endpoint_id of this ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails. - 
__init__(**kwargs)¶
- Initializes a new ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - connection_details (oci.opsi.models.ConnectionDetails) – The value to assign to the connection_details property of this ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails.
- credential_details (oci.opsi.models.CredentialDetails) – The value to assign to the credential_details property of this ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails.
- opsi_private_endpoint_id (str) – The value to assign to the opsi_private_endpoint_id property of this ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails.
 
 - 
connection_details¶
- [Required] Gets the connection_details of this ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails. - Returns: - The connection_details of this ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails. - Return type: - oci.opsi.models.ConnectionDetails 
 - 
credential_details¶
- [Required] Gets the credential_details of this ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails. - Returns: - The credential_details of this ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails. - Return type: - oci.opsi.models.CredentialDetails 
 
-