We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9cdf90 + baab388 commit 2a73239Copy full SHA for 2a73239
1 file changed
f5/bigip/tm/gtm/topology.py
@@ -146,6 +146,12 @@ def load(self, **kwargs):
146
147
return self._load(**kwargs)
148
149
+ def exists(self, **kwargs):
150
+ """Providing a partition is not necessary on topology; causes errors"""
151
+ kwargs.pop('partition', None)
152
+ kwargs['transform_name'] = True
153
+ return self._exists(**kwargs)
154
+
155
def refresh(self, **kwargs):
156
"""Refresh is not supported for Topology
157
0 commit comments