IpPoolUpdateSpec
IpPoolUpdateSpec
Represents a Ip pool update spec
JSON Example
{
"oldIpPool": {
"start": "string",
"end": "string"
},
"newIpPool": {
"start": "string",
"end": "string"
}
}