EntityCapacity

EntityCapacity
EntityCapacity

Decribes the capacity of a given entity.

JSON Example
{
    "storage_capacity_gib": 0,
    "memory_capacity_gib": 0,
    "total_number_of_cores": 0,
    "number_of_ssds": 0,
    "cpu_capacity_ghz": "number",
    "number_of_sockets": 0
}
integer
storage_capacity_gib
Optional

The storage capacity for the given entity in GiB.

integer
memory_capacity_gib
Optional

The memory capacity for the given entity in GiB.

integer
total_number_of_cores
Optional

The number of CPU cores for the given entity.

integer
number_of_ssds
Optional

The number of SSDs for the given entity.

number
cpu_capacity_ghz
Optional

The CPU capacity for the given entity in Ghz.

integer
number_of_sockets
Optional

The number of sockets for the given entity.