You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether `ALIAS` records are available. * `1` - Available. * `0` - Not available. When `ALIAS` records are enabled, they may work in API calls that accept `A` and `AAAA` records. However, the `ALIAS` record must use a fully qualified domain name (FQDN) rather than an IP address.
[optional]
aname
int
Whether `ANAME` records are available. * `1` - Available. * `0` - Not available. NOTE: The `aname` value is always set to false (i.e. Not available). The `ANAME` record is currently not supported. It is included for completeness and future proofing.
[optional]
resolver
str
The value (if any) of the running PDNS’s `resolver` setting.
[optional]
Example
fromclientapi_cpanel.models.inline_response20083_result_dataimportInlineResponse20083ResultData# TODO update the JSON string belowjson="{}"# create an instance of InlineResponse20083ResultData from a JSON stringinline_response20083_result_data_instance=InlineResponse20083ResultData.from_json(json)
# print the JSON string representation of the objectprint(InlineResponse20083ResultData.to_json())
# convert the object into a dictinline_response20083_result_data_dict=inline_response20083_result_data_instance.to_dict()
# create an instance of InlineResponse20083ResultData from a dictinline_response20083_result_data_from_dict=InlineResponse20083ResultData.from_dict(inline_response20083_result_data_dict)