Show / Hide Table of Contents

Class ExadataInsightResourceCapacityTrendSummary

List of resource id, name , capacity time series data

Inheritance
object
ExadataInsightResourceCapacityTrendSummary
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 ExadataInsightResourceCapacityTrendSummary

Properties

CapacityData

Declaration
[Required(ErrorMessage = "CapacityData is required.")]
[JsonProperty(PropertyName = "capacityData")]
public List<ExadataInsightResourceCapacityTrendAggregation> CapacityData { get; set; }
Property Value
Type Description
List<ExadataInsightResourceCapacityTrendAggregation>

Time series data for capacity

Remarks

Required

Id

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

The OCID of the database insight resource.

Remarks

Required

Name

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

The name of the resource.

Remarks

Required

In this article
Back to top