Show / Hide Table of Contents

Class EnableAutonomousDatabaseInsightAdvancedFeaturesDetails

The advanced feature details for autonomous database to be enabled.

Inheritance
object
EnableAutonomousDatabaseInsightAdvancedFeaturesDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class EnableAutonomousDatabaseInsightAdvancedFeaturesDetails

Properties

ConnectionDetails

Declaration
[Required(ErrorMessage = "ConnectionDetails is required.")]
[JsonProperty(PropertyName = "connectionDetails")]
public ConnectionDetails ConnectionDetails { get; set; }
Property Value
Type Description
ConnectionDetails
Remarks

Required

CredentialDetails

Declaration
[Required(ErrorMessage = "CredentialDetails is required.")]
[JsonProperty(PropertyName = "credentialDetails")]
public CredentialDetails CredentialDetails { get; set; }
Property Value
Type Description
CredentialDetails
Remarks

Required

OpsiPrivateEndpointId

Declaration
[JsonProperty(PropertyName = "opsiPrivateEndpointId")]
public string OpsiPrivateEndpointId { get; set; }
Property Value
Type Description
string

The OCID of the OPSI private endpoint

In this article
Back to top