NamespaceManagement_ClusterSizeInfo_VmInfo
NamespaceManagement_ClusterSizeInfo_VmInfo
The ClusterSizeInfo.VmInfo structure contains the information about the configuration of the virtual machines which would be created for Namespaces.
JSON Example
{
"count": 0,
"cores_per_socket": 0,
"memory": 0,
"capacity": 0
}
integer As int64
count
Required
Number of CPU cores.
integer As int64
cores_per_socket
Required
Number of CPU cores per socket.
integer As int64
memory
Required
Memory size, in mebibytes.
integer As int64
capacity
Required
Overall capacity of the disks in the virtual machine, in mebibytes.