[//]: # (THE CONTENT BELOW IS GENERATED. DO NOT EDIT.) # dnsrecord_add Add new DNS resource record. ### Arguments |Name|Type|Required |-|-|- |dnszoneidnsname|:ref:`DNSNameParam`|True |idnsname|:ref:`DNSNameParam`|True ### Options * force : :ref:`Flag` **(Required)** * Default: False * structured : :ref:`Flag` **(Required)** * Default: False * all : :ref:`Flag` **(Required)** * Default: False * raw : :ref:`Flag` **(Required)** * Default: False * dnsttl : :ref:`Int` * dnsclass : :ref:`StrEnum` * Values: ('IN', 'CS', 'CH', 'HS') * arecord : :ref:`ARecord` * a_part_ip_address : :ref:`Str` * a_extra_create_reverse : :ref:`Flag` * Default: False * aaaarecord : :ref:`AAAARecord` * aaaa_part_ip_address : :ref:`Str` * aaaa_extra_create_reverse : :ref:`Flag` * Default: False * a6record : :ref:`A6Record` * a6_part_data : :ref:`Str` * afsdbrecord : :ref:`AFSDBRecord` * afsdb_part_subtype : :ref:`Int` * afsdb_part_hostname : :ref:`DNSNameParam` * aplrecord : :ref:`APLRecord` * certrecord : :ref:`CERTRecord` * cert_part_type : :ref:`Int` * cert_part_key_tag : :ref:`Int` * cert_part_algorithm : :ref:`Int` * cert_part_certificate_or_crl : :ref:`Str` * cnamerecord : :ref:`CNAMERecord` * cname_part_hostname : :ref:`DNSNameParam` * dhcidrecord : :ref:`DHCIDRecord` * dlvrecord : :ref:`DLVRecord` * dlv_part_key_tag : :ref:`Int` * dlv_part_algorithm : :ref:`Int` * dlv_part_digest_type : :ref:`Int` * dlv_part_digest : :ref:`Str` * dnamerecord : :ref:`DNAMERecord` * dname_part_target : :ref:`DNSNameParam` * dsrecord : :ref:`DSRecord` * ds_part_key_tag : :ref:`Int` * ds_part_algorithm : :ref:`Int` * ds_part_digest_type : :ref:`Int` * ds_part_digest : :ref:`Str` * hiprecord : :ref:`HIPRecord` * ipseckeyrecord : :ref:`IPSECKEYRecord` * keyrecord : :ref:`KEYRecord` * kxrecord : :ref:`KXRecord` * kx_part_preference : :ref:`Int` * kx_part_exchanger : :ref:`DNSNameParam` * locrecord : :ref:`LOCRecord` * loc_part_lat_deg : :ref:`Int` * loc_part_lat_min : :ref:`Int` * loc_part_lat_sec : :ref:`Decimal` * loc_part_lat_dir : :ref:`StrEnum` * Values: ('N', 'S') * loc_part_lon_deg : :ref:`Int` * loc_part_lon_min : :ref:`Int` * loc_part_lon_sec : :ref:`Decimal` * loc_part_lon_dir : :ref:`StrEnum` * Values: ('E', 'W') * loc_part_altitude : :ref:`Decimal` * loc_part_size : :ref:`Decimal` * loc_part_h_precision : :ref:`Decimal` * loc_part_v_precision : :ref:`Decimal` * mxrecord : :ref:`MXRecord` * mx_part_preference : :ref:`Int` * mx_part_exchanger : :ref:`DNSNameParam` * naptrrecord : :ref:`NAPTRRecord` * naptr_part_order : :ref:`Int` * naptr_part_preference : :ref:`Int` * naptr_part_flags : :ref:`Str` * naptr_part_service : :ref:`Str` * naptr_part_regexp : :ref:`Str` * naptr_part_replacement : :ref:`Str` * nsrecord : :ref:`NSRecord` * ns_part_hostname : :ref:`DNSNameParam` * nsecrecord : :ref:`NSECRecord` * ptrrecord : :ref:`PTRRecord` * ptr_part_hostname : :ref:`DNSNameParam` * rrsigrecord : :ref:`RRSIGRecord` * rprecord : :ref:`RPRecord` * sigrecord : :ref:`SIGRecord` * spfrecord : :ref:`SPFRecord` * srvrecord : :ref:`SRVRecord` * srv_part_priority : :ref:`Int` * srv_part_weight : :ref:`Int` * srv_part_port : :ref:`Int` * srv_part_target : :ref:`DNSNameParam` * sshfprecord : :ref:`SSHFPRecord` * sshfp_part_algorithm : :ref:`Int` * sshfp_part_fp_type : :ref:`Int` * sshfp_part_fingerprint : :ref:`Str` * tlsarecord : :ref:`TLSARecord` * tlsa_part_cert_usage : :ref:`Int` * tlsa_part_selector : :ref:`Int` * tlsa_part_matching_type : :ref:`Int` * tlsa_part_cert_association_data : :ref:`Str` * txtrecord : :ref:`TXTRecord` * txt_part_data : :ref:`Str` * urirecord : :ref:`URIRecord` * uri_part_priority : :ref:`Int` * uri_part_weight : :ref:`Int` * uri_part_target : :ref:`Str` * setattr : :ref:`Str` * addattr : :ref:`Str` * version : :ref:`Str` ### Output |Name|Type |-|- |result|Entry |summary|Output |value|PrimaryKey [//]: # (ADD YOUR NOTES BELOW. THESE WILL BE PICKED EVERY TIME THE DOCS ARE REGENERATED. //end) ### Semantics ### Notes ### Version differences