Show / Hide Table of Contents

Class PeComanagedDatabaseInsightSummary

Summary of a database insight resource.

Inheritance
object
DatabaseInsightSummary
PeComanagedDatabaseInsightSummary
Inherited Members
DatabaseInsightSummary.Id
DatabaseInsightSummary.DatabaseId
DatabaseInsightSummary.CompartmentId
DatabaseInsightSummary.DatabaseName
DatabaseInsightSummary.DatabaseDisplayName
DatabaseInsightSummary.DatabaseType
DatabaseInsightSummary.DatabaseVersion
DatabaseInsightSummary.DatabaseHostNames
DatabaseInsightSummary.FreeformTags
DatabaseInsightSummary.DefinedTags
DatabaseInsightSummary.SystemTags
DatabaseInsightSummary.ProcessorCount
DatabaseInsightSummary.Status
DatabaseInsightSummary.TimeCreated
DatabaseInsightSummary.TimeUpdated
DatabaseInsightSummary.LifecycleState
DatabaseInsightSummary.LifecycleDetails
DatabaseInsightSummary.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 PeComanagedDatabaseInsightSummary : DatabaseInsightSummary

Properties

DatabaseResourceType

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

OCI database resource type

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 root resource for a composite target. e.g. for ExaCS members the rootId will be the OCID of the Exadata Infrastructure resource.

In this article
Back to top