Show / Hide Table of Contents

Class AvailabilityMetricsDetails

Availability metrics details.

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

Properties

CollectionIntervalInSeconds

Declaration
[Required(ErrorMessage = "CollectionIntervalInSeconds is required.")]
[JsonProperty(PropertyName = "collectionIntervalInSeconds")]
public int? CollectionIntervalInSeconds { get; set; }
Property Value
Type Description
int?

Availability metric collection internal in seconds.

Remarks

Required

Metrics

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

List of metrics used for availability calculation for the resource.

Remarks

Required

In this article
Back to top