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 21a5db7 commit ac8a4b4Copy full SHA for ac8a4b4
SoftLayer/managers/hardware.py
@@ -858,9 +858,9 @@ def get_instance(self, instance_id):
858
return self.hardware.getObject(id=instance_id, mask=mask)
859
860
def _get_upgrade_prices(self, instance_id, include_downgrade_options=True):
861
- """Following Method gets all the price ids related to upgrading a VS.
+ """Following Method gets all the price ids related to upgrading a Hardware Server.
862
863
- :param int instance_id: Instance id of the VS to be upgraded
+ :param int instance_id: Instance id of the Hardware Server to be upgraded.
864
865
:returns: list
866
"""
0 commit comments