Add ComputerPartition.getInstanceGuid in SLAP interface.

parent f7fcbef8
...@@ -187,6 +187,12 @@ class IComputerPartition(IBuildoutController, IRequester): ...@@ -187,6 +187,12 @@ class IComputerPartition(IBuildoutController, IRequester):
inside the slapgrid server. inside the slapgrid server.
""" """
def getInstanceGuid():
"""
Returns a string representing the unique identifier of the instance
inside the slapgrid server.
"""
def getState(): def getState():
""" """
Returns a string representing the expected state of the computer partition. Returns a string representing the expected state of the computer partition.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment