Creates a Generic record in Address Manager.
Attributes
Attribute | Required/Optional | Description | Example |
---|---|---|---|
configuration | Optional | The name of the BlueCat Configuration to be used for the Generic record. If this is not supplied, the Gateway default configuration name is used. | terraform_demo |
view | Optional | The view that contains the details of the zone. If this is not supplied, the Gateway default view name is used. | Internal |
zone | Optional | The zone that contains the host to be updated. If this is not supplied, the absolute name must be the FQDN. | bluecatnetworks.com |
type | Required | The type of Generic record to be created. The following Generic record types are supported: A6, AAAA, AFSDB, APL, CERT, DHCID, DNAME, DS, IPSECKEY, ISDN, KEY, KX, LOC, MB, MG, MINFO, MR, NS, NSAP, PTR, PX, RP, RT, SINK, SPF, SSHFP, WKS, X25 | NS |
absolute_name | Required | The name of the Generic record. This must be the FQDN if the zone is not provided. | webapp.bluecatnetworks.com |
data | Required | The data of the TXT record. | 10.0.0.125 |
ttl | Optional | The TTL value of the record. The default value is -1. | 300 |
properties | Optional | The properties of the Generic record. | attribute=value |