Class HostHardwareConfiguration
Hardware Configuration metric for the host
Inherited Members
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