Show / Hide Table of Contents

Class HostHardwareConfiguration

Hardware Configuration metric for the host

Inheritance
object
HostConfigurationMetricGroup
HostHardwareConfiguration
Inherited Members
HostConfigurationMetricGroup.TimeCollected
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 HostHardwareConfiguration : HostConfigurationMetricGroup

Properties

CpuArchitecture

Declaration
[Required(ErrorMessage = "CpuArchitecture is required.")]
[JsonProperty(PropertyName = "cpuArchitecture")]
public string CpuArchitecture { get; set; }
Property Value
Type Description
string

Processor architecture used by the platform

Remarks

Required

In this article
Back to top