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.
Inherited Members
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 |