We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24dcfc commit b6cd35aCopy full SHA for b6cd35a
SoftLayer/managers/network.py
@@ -690,4 +690,3 @@ def set_subnet_ipddress_note(self, identifier, note):
690
"""Set the ip address note of the subnet"""
691
result = self.client.call('SoftLayer_Network_Subnet_IpAddress', 'editObject', note, id=identifier)
692
return result
693
-
0 commit comments