Show / Hide Table of Contents

Class FailedConnectionsAggregateMetrics

The failed connection metrics for Autonomous Databases on Shared Exadata Infrastructure.

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

Properties

FailedConnections

Declaration
[JsonProperty(PropertyName = "failedConnections")]
public MetricDataPoint FailedConnections { get; set; }
Property Value
Type Description
MetricDataPoint
In this article
Back to top