abacusai.hostname_info
Classes
Hostname Info |
Module Contents
- class abacusai.hostname_info.HostnameInfo(client, isRootDomain=None, registrar=None, suggestedFlow=None, isCnameSupported=None, isAutomaticFlowAvailable=None)
Bases:
abacusai.return_class.AbstractApiClassHostname Info
- Parameters:
client (ApiClient) – An authenticated API Client instance
isRootDomain (bool) – Whether the hostname is a root domain
registrar (str) – The registrar of the domain
suggestedFlow (str) – Suggested flow for the domain
isCnameSupported (bool) – Whether CNAME is supported for the domain
isAutomaticFlowAvailable (bool) – Whether entri is supported for the domain
- is_root_domain = None
- registrar = None
- suggested_flow = None
- is_cname_supported = None
- is_automatic_flow_available = None
- deprecated_keys
- __repr__()