InlineDhcpIpPool1

InlineDhcpIpPool1
InlineDhcpIpPool1
JSON Example
{
    "allocation_ranges": [
        {
            "_links": [
                {
                    "action": "string",
                    "href": "string",
                    "rel": "string"
                }
            ],
            "_schema": "string",
            "_self": {},
            "end": "string",
            "start": "string"
        }
    ],
    "error_threshold": 0,
    "warning_threshold": 0
}
array of IpPoolRange
allocation_ranges
Required

Ip-ranges to define dynamic ip allocation ranges.

integer As int64 As int64
error_threshold
Optional
Constraints: minimum: 80 maximum: 100 default: 100

Error threshold. Alert will be raised if the pool usage reaches the given threshold.

integer As int64 As int64
warning_threshold
Optional
Constraints: minimum: 50 maximum: 80 default: 80

Warning threshold. Alert will be raised if the pool usage reaches the given threshold.

Used By