Skip navigation links
com.tencentcloudapi.teo.v20220901.models

Class ModifyDnsRecordRequest

Returns:
DnsRecordType The DNS record type. Values:
  • `A`: Point a domain name to an IPv4 address, such as 8.8.8.8.
  • `AAAA`: Point a domain name to an IPv6 address.
  • `MX`: It is used for email servers. The record value and priority parameters are provided by email service providers. If there are multiple MX records, the lower the priority value, the higher the priority.
  • `CNAME`: Point a domain name to another domain name that can be resolved to an IP address.
  • `TXT`: Identify and describe a domain name. It is usually used for domain verification and as SPF records (for anti-spam).
  • `NS`: If you need to authorize a subdomain name to another DNS service provider for DNS resolution, you need to add an NS record. You cannot add an NS record for a root domain name.
  • `CAA`: Specify CAs to issue certificates for sites.
  • `SRV`: Identify a service used by a server. It is commonly used in Microsoft directory management.
  • Parameters:
    DnsRecordType - The DNS record type. Values:
  • `A`: Point a domain name to an IPv4 address, such as 8.8.8.8.
  • `AAAA`: Point a domain name to an IPv6 address.
  • `MX`: It is used for email servers. The record value and priority parameters are provided by email service providers. If there are multiple MX records, the lower the priority value, the higher the priority.
  • `CNAME`: Point a domain name to another domain name that can be resolved to an IP address.
  • `TXT`: Identify and describe a domain name. It is usually used for domain verification and as SPF records (for anti-spam).
  • `NS`: If you need to authorize a subdomain name to another DNS service provider for DNS resolution, you need to add an NS record. You cannot add an NS record for a root domain name.
  • `CAA`: Specify CAs to issue certificates for sites.
  • `SRV`: Identify a service used by a server. It is commonly used in Microsoft directory management.
  • Skip navigation links

    Copyright © 2022. All rights reserved.