Module dns

Module dns 

Source

Structs§

CreateTXTRecord
Request parameters for adding a TXT record.
CreateTXTRecordResponse
CreateTXTRecordResult
DeleteRecord
Request parameters for deleting a record.
DeleteRecordResponse
DeleteRecordResult
ModifyTXTRecord
Request parameters for modifying a TXT record.
ModifyTXTRecordResponse
ModifyTXTRecordResult

Enums§

RecordLine
DNSPod record line values.
RecordType
Supported DNSPod record types (defaults to TXT when used in builders).

Functions§

create_txt_record_async
Call DNSPod CreateRecord with the async client.
create_txt_record_blocking
Call DNSPod CreateRecord with the blocking client.
delete_record_async
Call DNSPod DeleteRecord with the async client.
delete_record_blocking
Call DNSPod DeleteRecord with the blocking client.
modify_txt_record_async
Call DNSPod ModifyRecord with the async client.
modify_txt_record_blocking
Call DNSPod ModifyRecord with the blocking client.