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 33cc74f commit ca61711Copy full SHA for ca61711
1 file changed
otcextensions/sdk/vlb/v3/_proxy.py
@@ -82,7 +82,7 @@ def load_balancers(self, **query):
82
def delete_load_balancer(self, load_balancer, ignore_missing=True):
83
"""Delete a load balancer
84
85
- :param load_balancer: The load_balancer can be either the name or a
+ :param load_balancer: The load_balancer can be either the id or a
86
:class:`~otcextensions.sdk.vlb.v3.load_balancer.LoadBalancer`
87
instance
88
:param bool ignore_missing: When set to ``False``
0 commit comments