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