Show / Hide Table of Contents

Class RequestSummarizedMetricExtensionsMetricsDetails

Filtering criteria data to be specified in the request. Either metricExtensionId or compartmentId must be passed even when no other filter property is passed.

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

Properties

CompartmentId

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

Compartment Identifier OCID

ContainsMetricWithName

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

Filter for metric extension resources which contain the given metric name

MetricExtensionId

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

The OCID of Metric Extension resource

ResourceType

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

Resource type to which Metric Extension applies

SortBy

Declaration
[JsonProperty(PropertyName = "sortBy")]
[JsonConverter(typeof(StringEnumConverter))]
public RequestSummarizedMetricExtensionsMetricsDetails.SortByEnum? SortBy { get; set; }
Property Value
Type Description
RequestSummarizedMetricExtensionsMetricsDetails.SortByEnum?

Result will ne sorted by this parameter value

SortOrder

Declaration
[JsonProperty(PropertyName = "sortOrder")]
[JsonConverter(typeof(StringEnumConverter))]
public RequestSummarizedMetricExtensionsMetricsDetails.SortOrderEnum? SortOrder { get; set; }
Property Value
Type Description
RequestSummarizedMetricExtensionsMetricsDetails.SortOrderEnum?

Sort orders

In this article
Back to top