From: Mark Huang Date: Tue, 10 Oct 2006 21:53:34 +0000 (+0000) Subject: - add giant warning X-Git-Tag: pycurl-7_13_1~624 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d0d8c9704f83a2f6a3e68bbde7fb7cdd328ffa51;p=plcapi.git - add giant warning --- diff --git a/PLC/Methods/DeleteNetworkMethod.py b/PLC/Methods/DeleteNetworkMethod.py index 941ccc06..13c527eb 100644 --- a/PLC/Methods/DeleteNetworkMethod.py +++ b/PLC/Methods/DeleteNetworkMethod.py @@ -8,6 +8,9 @@ class DeleteNetworkMethod(Method): """ Deletes a network method. + WARNING: This will cause the deletion of all network interfaces + that use this method. + Returns 1 if successful, faults otherwise. """ diff --git a/PLC/Methods/DeleteNetworkType.py b/PLC/Methods/DeleteNetworkType.py index f96d2a55..22a90aed 100644 --- a/PLC/Methods/DeleteNetworkType.py +++ b/PLC/Methods/DeleteNetworkType.py @@ -8,6 +8,9 @@ class DeleteNetworkType(Method): """ Deletes a network type. + WARNING: This will cause the deletion of all network interfaces + that use this type. + Returns 1 if successful, faults otherwise. """