Show / Hide Table of Contents

Class IngestHostMetricsDetails

Contains the data to ingest for one or more host performance metrics

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

Properties

Items

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

Collection of one or more host performance metric data points

Remarks

Required

In this article
Back to top