Skip to content
Snippets Groups Projects
Commit 117f9e06 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

make warning in infoblox service pydoc more explicit

parent 4843d5b6
No related branches found
No related tags found
1 merge request!80Feature/update documentation
......@@ -73,8 +73,11 @@ def hostname_available(hostname: str) -> bool:
"""Check whether a hostname is still available **in Infoblox**.
Check whether Infoblox already contains a :class:`infoblox_client.objects.HostRecord` that matches the given
hostname. Be aware that this method only checks within the Infoblox instance, and not the rest of the internet.
The hostname could therefore still be taken elsewhere.
hostname.
.. warning::
This method only checks within the Infoblox instance, and not the rest of the internet. The hostname could
therefore still be taken elsewhere.
:param hostname: The hostname to be checked.
:type hostname: str
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment