WorkloadConfigLimits

WorkloadConfigLimits
WorkloadConfigLimits
JSON Example
{
    "vmsNumLimit": {
        "min": 0,
        "max": 0,
        "units": "string"
    },
    "vmdkSizeLimit": {
        "min": 0,
        "max": 0,
        "units": "string"
    },
    "cpuUtilizationLimit": {
        "min": 0,
        "max": 0,
        "units": "string"
    },
    "memoryUtilizationLimit": {
        "min": 0,
        "max": 0,
        "units": "string"
    },
    "vCpusPerCoreLimit": {
        "min": 0,
        "max": 0,
        "units": "string"
    },
    "targetRAMRatioLimit": {
        "min": "number",
        "max": "number",
        "units": "string"
    },
    "vCpusPerVMLimit": {
        "min": "number",
        "max": "number",
        "units": "string"
    },
    "vRAMPerVMLimit": {
        "min": 0,
        "max": 0,
        "units": "string"
    },
    "iopsPerVMLimit": {
        "min": 0,
        "max": 0,
        "units": "string"
    },
    "dedupOrCompressionRatioLimit": {
        "min": "number",
        "max": "number",
        "units": "string"
    },
    "dedupLimit": {
        "min": "number",
        "max": "number",
        "units": "string"
    },
    "compressionRatioLimit": {
        "min": "number",
        "max": "number",
        "units": "string"
    },
    "ioProfileLimit": {
        "ioAccessPatterns": [
            {
                "value": "My sample value",
                "units": "string",
                "description": "string"
            }
        ]
    }
}
vmsNumLimit
Optional

vmsNumLimit

vmdkSizeLimit
Optional

vmdkSizeLimit

cpuUtilizationLimit
Optional

cpuUtilizationLimit

memoryUtilizationLimit
Optional

memoryUtilizationLimit

vCpusPerCoreLimit
Optional

vCpusPerCoreLimit

targetRAMRatioLimit
Optional

targetRAMRatioLimit

vCpusPerVMLimit
Optional

vCpusPerVMLimit

vRAMPerVMLimit
Optional

vRAMPerVMLimit

iopsPerVMLimit
Optional

iopsPerVMLimit

dedupOrCompressionRatioLimit
Optional

dedupOrCompressionRatioLimit

dedupLimit
Optional

dedupLimit

compressionRatioLimit
Optional

compressionRatioLimit

ioProfileLimit
Optional

ioProfileLimit

Property Of