16 using System.Collections.Generic;
17 using Newtonsoft.Json;
31 [JsonProperty(PropertyName =
"speed")]
32 public decimal
Speed {
get;
set; }
38 [JsonProperty(PropertyName =
"price")]
44 [JsonProperty(PropertyName =
"cpu")]
50 [JsonProperty(PropertyName =
"hasGpu")]
56 [JsonProperty(PropertyName =
"ram")]
57 public decimal
Ram {
get;
set; }
62 [JsonProperty(PropertyName =
"name")]
63 public string Name {
get;
set; }
68 [JsonProperty(PropertyName =
"sku")]
69 public string SKU {
get;
set; }
74 [JsonProperty(PropertyName =
"description")]
80 [JsonProperty(PropertyName =
"usedBy")]
86 [JsonProperty(PropertyName =
"userProfile")]
92 [JsonProperty(PropertyName =
"projectName")]
98 [JsonProperty(PropertyName =
"projectId")]
104 [JsonProperty(PropertyName =
"busy")]
110 [JsonProperty(PropertyName =
"id")]
111 public string Id {
get;
set; }
116 [JsonProperty(PropertyName =
"assets")]
122 [JsonProperty(PropertyName =
"host")]
123 public string Host {
get;
set; }
128 [JsonProperty(PropertyName =
"active")]
140 [JsonProperty(PropertyName =
"backtest")]
146 [JsonProperty(PropertyName =
"research")]
152 [JsonProperty(PropertyName =
"live")]
165 [JsonProperty(
"node")]
262 [JsonProperty(PropertyName =
"monthly")]
268 [JsonProperty(PropertyName =
"yearly")]
280 public static string O2_8 =>
"O2-8";
285 public static string O4_12 =>
"O4-12";
290 public static string O8_16 =>
"O8-16";