ContainerCpuStatistics.OnlineCpuCount Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="onlineCpuCount")]
public int? OnlineCpuCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="onlineCpuCount")>]
member this.OnlineCpuCount : Nullable<int> with get, set
Public Property OnlineCpuCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to