Show / Hide Table of Contents

Class PeComanagedDatabaseInsight

Database insight resource.

Inheritance
object
DatabaseInsight
PeComanagedDatabaseInsight
Inherited Members
DatabaseInsight.Id
DatabaseInsight.CompartmentId
DatabaseInsight.Status
DatabaseInsight.DatabaseType
DatabaseInsight.DatabaseVersion
DatabaseInsight.ProcessorCount
DatabaseInsight.FreeformTags
DatabaseInsight.DefinedTags
DatabaseInsight.SystemTags
DatabaseInsight.TimeCreated
DatabaseInsight.TimeUpdated
DatabaseInsight.LifecycleState
DatabaseInsight.LifecycleDetails
DatabaseInsight.DatabaseConnectionStatusDetails
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 PeComanagedDatabaseInsight : DatabaseInsight

Properties

ConnectionDetails

Declaration
[JsonProperty(PropertyName = "connectionDetails")]
public PeComanagedDatabaseConnectionDetails ConnectionDetails { get; set; }
Property Value
Type Description
PeComanagedDatabaseConnectionDetails

CredentialDetails

Declaration
[JsonProperty(PropertyName = "credentialDetails")]
public CredentialDetails CredentialDetails { get; set; }
Property Value
Type Description
CredentialDetails

DatabaseDisplayName

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

Display name of database

DatabaseId

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

The OCID of the database.

Remarks

Required

DatabaseName

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

Name of database

Remarks

Required

DatabaseResourceType

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

OCI database resource type

Remarks

Required

OpsiPrivateEndpointId

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

The OCID of the OPSI private endpoint

ParentId

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

The OCID of the VM Cluster or DB System ID, depending on which configuration the resource belongs to.

RootId

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

The OCID of the Exadata Infrastructure.

In this article
Back to top