Changes between Version 83 and Version 84 of GAPI_AM_API_DRAFT


Ignore:
Timestamp:
10/26/12 09:23:41 (11 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API_DRAFT

    v83 v84  
    230230While slivers are `geni_updating`, operational actions are not permitted (`PerformOperationalAction()` should return an error code).
    231231
     232=== Changes to `Status()` ===
     233
     234The 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
     240This attribute is an empty string when the current allocation state is not `geni_allocated` or `geni_updating`.
     241
     242===  Changes to `Renew()` ===
     243
     244The 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
     250This attribute is an empty string when the current allocation state is not `geni_allocated` or `geni_updating`.
     251
    232252=== Change to `geni_single_allocation` ===
    233253