ContainerResources.Cpu Property

Definition

Gets or sets required CPU in cores, e.g. 0.5

[Newtonsoft.Json.JsonProperty(PropertyName="cpu")]
public double? Cpu { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="cpu")>]
member this.Cpu : Nullable<double> with get, set
Public Property Cpu As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to