Method: LinodeOpenapiClient::PostDomainRecordRequest#name

Defined in:
lib/linode_openapi_client/models/post_domain_record_request.rb

#nameObject

__Filterable__ The name of this Record. For requests, this property’s actual usage and whether it is required depends on the type of record this represents: ‘A` and `AAAA`: The hostname or FQDN of the Record. `NS`: The subdomain, if any, to use with the Domain of the Record. Wildcard NS records (`*`) are not supported. `MX`: The mail subdomain. For example, `sub` for the address `[email protected]` under the `example.com` Domain. - The left-most subdomain component may be an asterisk (`*`) to designate a wildcard subdomain. - Other subdomain components must only contain letters, digits, and hyphens, start with a letter, end with a letter or digit, and contain less than 64 characters. - Must be an empty string (`""`) for a Null MX Record. `CNAME`: The hostname. Must be unique. Required. `TXT`: The hostname. `SRV`: Unused. Use the `service` property to set the service name for this record. `CAA`: The subdomain. Omit or enter an empty string (`""`) to apply to the entire Domain. `PTR`: See our guide on how to [Configure Your Linode for Reverse DNS (rDNS)](www.linode.com/docs/guides/configure-rdns/).



46
47
48
# File 'lib/linode_openapi_client/models/post_domain_record_request.rb', line 46

def name
  @name
end