Show / Hide Table of Contents

Class HostConfigurationMetricGroup

Base Metric Group for Host configuration metrics

Inheritance
object
HostConfigurationMetricGroup
HostContainers
HostCpuHardwareConfiguration
HostEntities
HostFilesystemConfiguration
HostGpuConfiguration
HostHardwareConfiguration
HostMemoryConfiguration
HostNetworkConfiguration
HostProduct
HostResourceAllocation
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
[JsonConverter(typeof(HostConfigurationMetricGroupModelConverter))]
public class HostConfigurationMetricGroup

Properties

TimeCollected

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

Collection timestamp Example: "2020-05-06T00:00:00.000Z"

Remarks

Required

In this article
Back to top