| 232 | === Changes to `Status()` === |
| 233 | |
| 234 | The per-sliver return structure for `Status()` adds a new attribute, just as for `Update()`: |
| 235 | |
| 236 | {{{ |
| 237 | geni_next_allocation_status: <string state of the sliver after the next Provision() call - geni_unallocated or geni_provisioned. May be an empty string.> |
| 238 | }}} |
| 239 | |
| 240 | This attribute is an empty string when the current allocation state is not `geni_allocated` or `geni_updating`. |
| 241 | |
| 242 | === Changes to `Renew()` === |
| 243 | |
| 244 | The per-sliver return structure for `Renew()` adds a new attribute, just as for `Update()`: |
| 245 | |
| 246 | {{{ |
| 247 | geni_next_allocation_status: <string state of the sliver after the next Provision() call - geni_unallocated or geni_provisioned. May be an empty string.> |
| 248 | }}} |
| 249 | |
| 250 | This attribute is an empty string when the current allocation state is not `geni_allocated` or `geni_updating`. |
| 251 | |