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 the summary of an inventory for which the database size requirements are to be computed. It also contains the historic interval setting for which the database computations are to be done. This is an optional parameter and the current virtual center historical settings are used by default. There are many other optional fields in the dbSizeParam structure that are appropriately filled up based on some heuristics.