A Custom Dnsrecord Object
Name | Type | Description | Notes |
---|---|---|---|
eDnsrecordType | EDnsrecordTypeEnum | The type of the Dnsrecord | |
eDnsrecordValidation | EDnsrecordValidationEnum | The validation of the Dnsrecord | |
sDnsrecordName | String | The name of the Dnsrecord | |
sDnsrecordValue | String | The value of the Dnsrecord | [optional] |
sDnsrecordExpectedvalue | String | The expected value of the Dnsrecord | [optional] |
bDnsrecordMustMatch | Boolean | Whether the Dnsrecord must match or not |
Name | Value |
---|---|
CNAME | "CNAME" |
MX | "MX" |
TXT | "TXT" |
Name | Value |
---|---|
MATCH | "Match" |
MISMATCH | "Mismatch" |
NOT_FOUND | "NotFound" |