Class PCUTypeDetails
The details of a PCU (Provisioned Capacity Unit) group type, describing the hardware specifications for a particular PCU configuration.
public class PCUTypeDetails
- Inheritance
-
PCUTypeDetails
- Inherited Members
Properties
DiskCache
The amount of disk cache for this PCU type.
[JsonPropertyName("disk_cache")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string DiskCache { get; set; }
Property Value
Memory
The amount of memory for this PCU type.
[JsonPropertyName("memory")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string Memory { get; set; }
Property Value
VCpu
The number of virtual CPUs for this PCU type.
[JsonPropertyName("vCPU")]
public int VCpu { get; set; }