Skip to content
Snippets Groups Projects

Feature/update documentation

Merged Karel van Klink requested to merge feature/update-documentation into develop
1 file
+ 5
2
Compare changes
  • Side-by-side
  • Inline
+ 5
2
@@ -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
Loading