[{"label":"Latest (v1.1)","version":"latest"}]
vmc

EntityCapacity

Decribes the capacity of a given entity.


Properties

number
cpu_capacity_ghz Optional

The CPU capacity for the given entity in Ghz.


integer
memory_capacity_gib Optional

The memory capacity for the given entity in GiB.


integer
number_of_sockets Optional

The number of sockets for the given entity.


integer
number_of_ssds Optional

The number of SSDs for the given entity.


integer
storage_capacity_gib Optional

The storage capacity for the given entity in GiB.


integer
total_number_of_cores Optional

The number of CPU cores for the given entity.

JSON Example

{
	"cpu_capacity_ghz": 0,
	"memory_capacity_gib": 0,
	"number_of_sockets": 0,
	"number_of_ssds": 0,
	"storage_capacity_gib": 0,
	"total_number_of_cores": 0
}
[{"label":"Latest (v1.1)","version":"latest"}]
vmc
Property Of

Cluster
InstanceTypeBasicConfig

Feedback

Was this page helpful?