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 520d4f6 commit a24dcfcCopy full SHA for a24dcfc
SoftLayer/managers/network.py
@@ -689,4 +689,5 @@ def get_nas_credentials(self, identifier, **kwargs):
689
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
+ return result
693
+
0 commit comments