Changes between Version 33 and Version 34 of ComponentManagerAPIV2

Show
Ignore:
Author:
jld (IP: 155.98.60.40)
Timestamp:
06/18/10 12:23:24 (3 months ago)
Comment:

Replaced 'component_urns' with more accurate 'sliver_urns'. Fixed nits in copy-pasted text.

Legend:

Unmodified
Added
Removed
Modified
  • ComponentManagerAPIV2

    v33 v34  
    424424#!c 
    425425int StartSliver(slice_urn, credentials[]); 
    426 int StartSliver(component_urns[], credentials[]); 
     426int StartSliver(sliver_urns[], credentials[]); 
    427427}}} 
    428428 
    429429In the first form, __slice_urn__ is the slice to which the sliver 
    430 belongs, and indicates that all components in the sliver should be 
    431 started. In the second form, __component_urns__ is a list of specific 
    432 components in the sliver to start. __credentials__ is a list of 
     430belongs, and indicates that all sliverss in the sliver should be 
     431started. In the second form, __sliver_urns__ is a list of specific 
     432slivers in the slice to start. __credentials__ is a list of 
    433433[wiki:ReferenceImplementationPrivileges#Manipulationoperations valid credentials] 
    434434issued by any !ProtoGeni Authority. A typical 
    473473#!c 
    474474int StopSliver(slice_urn, credentials[]); 
    475 int StopSliver(component_urns[], credentials[]); 
     475int StopSliver(sliver_urns[], credentials[]); 
    476476}}} 
    477477 
    478478In the first form, __slice_urn__ is the slice to which the sliver 
    479 belongs, and indicates that all components in the sliver should be 
    480 started. In the second form, __component_urns__ is a list of specific 
    481 components in the sliver to start. __credentials__ is a list of 
     479belongs, and indicates that all slivers in the slice should be 
     480stopped. In the second form, __sliver_urns__ is a list of specific 
     481slivers to stop. __credentials__ is a list of 
    482482[wiki:ReferenceImplementationPrivileges#Manipulationoperations valid credentials] 
    483483issued by any !ProtoGeni Authority. A typical 
    514514#!c 
    515515int RestartSliver(slice_urn, credentials[]); 
    516 int RestartSliver(component_urns[], credentials[]); 
     516int RestartSliver(sliver_urns[], credentials[]); 
    517517}}} 
    518518 
    519519In the first form, __slice_urn__ is the slice to which the sliver 
    520 belongs, and indicates that all components in the sliver should be 
    521 started. In the second form, __component_urns__ is a list of specific 
    522 components in the sliver to start. __credentials__ is a list of 
     520belongs, and indicates that all slivers in the slice should be 
     521restarted. In the second form, __sliver_urns__ is a list of specific 
     522slivers to restart. __credentials__ is a list of 
    523523[wiki:ReferenceImplementationPrivileges#Manipulationoperations valid credentials] 
    524524issued by any !ProtoGeni Authority. A typical