We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da6397e commit 0d4e558Copy full SHA for 0d4e558
1 file changed
f5/bigip/tm/vcmp/guest.py
@@ -64,7 +64,7 @@ def _check_load_parameters(self, **kwargs):
64
"""Override method for one in resource.py to check partition
65
66
The partition cannot be included as a parameter to load a guest.
67
- Raise an exception if a consumer gives the partition.
+ Raise an exception if a consumer gives the partition parameter.
68
69
:raises: DisallowedReadParameter
70
"""
@@ -79,7 +79,7 @@ def _check_create_parameters(self, **kwargs):
79
80
81
The partition cannot be included as a parameter to create a guest.
82
83
84
:raises: DisallowedCreationParameter
85
0 commit comments