WsDNSBase Class |
Namespace: WsDns
The WsDNSBase type exposes the following members.
Name | Description | |
---|---|---|
CheckIsAvailableDns(CheckIsAvailableDnsRequest) |
This method return a Dns zone availability. A Dns zone ca be available for purchase or,
if not available could be owned or not owned by calling user the method.
| |
CheckIsAvailableDns(String, String, String, String, String) |
This method return a Dns zone availability. A Dns zone ca be available for purchase or,
if not available could be owned or not owned by calling user the method.
| |
GetAllDNS |
Method returns a list of Dns services acquired by authenticated user.
| |
GetAllDNS(String, String, String) |
Method returns a list of Dns services acquired by authenticated user.
| |
GetAllDnsCost |
Method returns total cost of Dns services acquired by authenticated user.
| |
GetAllDnsCost(String, String, String) |
Method returns total cost of Dns services acquired by authenticated user.
| |
GetDnsPricelist |
Method retrieve pricelist of Dns related products.
| |
GetDnsPricelist(String, String, String) |
Method retrieve pricelist of Dns related products.
| |
GetDNSRecords(GetDNSRecordsRequest) |
Method can be used to retrieve a list DnsREcords in a specified input Dns zone.
| |
GetDNSRecords(String, String, String, String) |
Method can be used to retrieve a list DnsREcords in a specified input Dns zone.
| |
GetDnsTLDs |
Method can be used to retrieve a list of available TLD.
| |
GetDnsTLDs(String, String, String) |
Method can be used to retrieve a list of available TLD.
| |
GetJobs |
Method retrieve of active active jobs related Dns operations.
| |
GetJobs(String, String, String) |
Method retrieve of active active jobs related Dns operations.
| |
GetLogs(GetLogsRequest) |
Method retrieve a list of completed and failded jobs related to Dns operations.
| |
GetLogs(String, String, String, String, String) |
Method retrieve a list of completed and failded jobs related to Dns operations.
| |
GetPurchasedDNS |
Method returns a list of Dns services acquired by authenticated user.
| |
GetPurchasedDNS(String, String, String) |
Method returns a list of Dns services acquired by authenticated user.
| |
JsonPT | ||
RestAesAuthenticate | ||
RestAuthenticate | ||
RestDecrypt | ||
SetDisableDNS(SetDisableDNSRequest) |
Method is aimed to Disable a Dns Zone owned by authenticartted user.
An a record pointing to a courtesy page is set in the zone.
| |
SetDisableDNS(String, String, String, String) |
Method is aimed to Disable a Dns Zone owned by authenticartted user.
An a record pointing to a courtesy page is set in the zone.
| |
SetDnsRecords |
Method can be used to add a Dns zone owned by authenticated user.
| |
SetEnableDNS(SetEnableDNSRequest) |
Method is aimed to restore a previously disabled Dns Zone.
| |
SetEnableDNS(String, String, String, String) |
Method is aimed to restore a previously disabled Dns Zone.
| |
SetErrorParameters | ||
SetErrorResult | ||
SetGenericErrorParameters | ||
SetPurchaseDNS(SetPurchaseDNSRequest) |
Method can be used to purchase a Dns zone by authenticated user.
| |
SetPurchaseDNS(String, String, String, String, String) |
Method can be used to purchase a Dns zone by authenticated user.
| |
SetRemoveDNS(SetRemoveDNSRequest) |
Method can be used to remove a Dns zone owned by authenticated user.
| |
SetRemoveDNS(String, String, String, String) |
Method can be used to remove a Dns zone owned by authenticated user.
|