Enum DnsRecordType
Enumerates the possible Block Device types.
Namespace: Neon.Kube.Resources.ExternalDns
Assembly: Neon.Kube.Resources.dll
Syntax
[JsonConverter(typeof(JsonStringEnumMemberConverter))]
public enum DnsRecordType
Fields
| Name | Description |
|---|---|
| A | A. |
| AAAA | AAAA. |
| CNAME | CNAME. |
| MX | MX. |
| NS | NS. |
| OPT | OPT. |
| PTR | PTR. |
| SOA | SOA. |
| SRV | SRV. |
| TXT | TXT. |
| WKS | WKS. |