add site and person tags to the planetlab5 schema. Update the subversion to 1.
[plcapi.git] / PLC / Legacy / __init__.py
1 ## Please use make index to update this file
2 native_methods = """
3 AddNodeNetwork
4 AddNodeNetworkSetting
5 AddNodeNetworkSettingType
6 AddSliceAttribute
7 AddSliceAttributeType
8 DeleteNodeNetwork
9 DeleteNodeNetworkSetting
10 DeleteNodeNetworkSettingType
11 DeleteSliceAttribute
12 DeleteSliceAttributeType
13 GetNodeNetworkSettings
14 GetNodeNetworkSettingTypes
15 GetNodeNetworks
16 GetSliceAttributes
17 GetSliceAttributeTypes
18 UpdateNodeNetwork
19 UpdateNodeNetworkSetting
20 UpdateNodeNetworkSettingType
21 UpdateSliceAttribute
22 UpdateSliceAttributeType
23 """.split()