EstimateDatabaseSizeRequestType

EstimateDatabaseSizeRequestType
EstimateDatabaseSizeRequestType

The parameters of EstimateDatabaseSize.

JSON Example
{
    "dbSizeParam": {
        "_typeName": "string",
        "inventoryDesc": {
            "_typeName": "string",
            "numHosts": 0,
            "numVirtualMachines": 0,
            "numResourcePools": 0,
            "numClusters": 0,
            "numCpuDev": 0,
            "numNetDev": 0,
            "numDiskDev": 0,
            "numvCpuDev": 0,
            "numvNetDev": 0,
            "numvDiskDev": 0
        },
        "perfStatsDesc": {
            "_typeName": "string",
            "intervals": [
                {
                    "_typeName": "string",
                    "key": 0,
                    "samplingPeriod": 0,
                    "name": "string",
                    "length": 0,
                    "level": 0,
                    "enabled": false
                }
            ]
        }
    }
}
dbSizeParam
Required

DatabaseSizeParam contains information about a sample inventory.

Using this information, database size requirements for that sample inventory can be computed. Depending on the accuracy of estimate desired, users can choose to specify the number of different types of managed entities. The numHosts and numVirtualMachines are the only two required fields. Rest are all optional fields filled up by Virtual Center based on some heuristics. These parameters need not represent a real inventory. The user can use these parameters to estimate the database size required by a hypothetical VirtualCenter setup.