|
45 | 45 | - Manage DNS record name with this value. |
46 | 46 | - Mutually exclusive with O(record_values), and exactly one of O(record_value) and O(record_values) has to be specified. |
47 | 47 | - Use O(record_values) if you need to specify multiple values. |
48 | | - - In the case of V(A) or V(AAAA) record types, this will be the IP address. |
49 | | - - In the case of V(A6) record type, this will be the A6 Record data. |
50 | | - - In the case of V(CNAME) record type, this will be the hostname. |
51 | | - - In the case of V(DNAME) record type, this will be the DNAME target. |
52 | | - - In the case of V(NS) record type, this will be the name server hostname. Hostname must already have a valid A or AAAA |
53 | | - record. |
54 | | - - In the case of V(PTR) record type, this will be the hostname. |
55 | | - - In the case of V(TXT) record type, this will be a text. |
56 | | - - In the case of V(SRV) record type, this will be a service record. |
57 | | - - In the case of V(MX) record type, this will be a mail exchanger record. |
58 | | - - In the case of V(SSHFP) record type, this will be an SSH fingerprint record. |
| 48 | + - In the case of V(A) or V(AAAA) record types, this is the IP address. |
| 49 | + - In the case of V(A6) record type, this is the A6 Record data. |
| 50 | + - In the case of V(CNAME) record type, this is the hostname. |
| 51 | + - In the case of V(DNAME) record type, this is the DNAME target. |
| 52 | + - In the case of V(NS) record type, this is the name server hostname. Hostname must already have a valid A or AAAA record. |
| 53 | + - In the case of V(PTR) record type, this is the hostname. |
| 54 | + - In the case of V(TXT) record type, this is a text. |
| 55 | + - In the case of V(SRV) record type, this is a service record. |
| 56 | + - In the case of V(MX) record type, this is a mail exchanger record. |
| 57 | + - In the case of V(SSHFP) record type, this is an SSH fingerprint record. |
59 | 58 | type: str |
60 | 59 | record_values: |
61 | 60 | description: |
62 | 61 | - Manage DNS record name with this value. |
63 | 62 | - Mutually exclusive with O(record_value), and exactly one of O(record_value) and O(record_values) has to be specified. |
64 | | - - In the case of V(A) or V(AAAA) record types, this will be the IP address. |
65 | | - - In the case of V(A6) record type, this will be the A6 Record data. |
66 | | - - In the case of V(CNAME) record type, this will be the hostname. |
67 | | - - In the case of V(DNAME) record type, this will be the DNAME target. |
68 | | - - In the case of V(NS) record type, this will be the name server hostname. Hostname must already have a valid A or AAAA |
69 | | - record. |
70 | | - - In the case of V(PTR) record type, this will be the hostname. |
71 | | - - In the case of V(TXT) record type, this will be a text. |
72 | | - - In the case of V(SRV) record type, this will be a service record. |
73 | | - - In the case of V(MX) record type, this will be a mail exchanger record. |
74 | | - - In the case of V(SSHFP) record type, this will be an SSH fingerprint record. |
| 63 | + - In the case of V(A) or V(AAAA) record types, this is the IP address. |
| 64 | + - In the case of V(A6) record type, this is the A6 Record data. |
| 65 | + - In the case of V(CNAME) record type, this is the hostname. |
| 66 | + - In the case of V(DNAME) record type, this is the DNAME target. |
| 67 | + - In the case of V(NS) record type, this is the name server hostname. Hostname must already have a valid A or AAAA record. |
| 68 | + - In the case of V(PTR) record type, this is the hostname. |
| 69 | + - In the case of V(TXT) record type, this is a text. |
| 70 | + - In the case of V(SRV) record type, this is a service record. |
| 71 | + - In the case of V(MX) record type, this is a mail exchanger record. |
| 72 | + - In the case of V(SSHFP) record type, this is an SSH fingerprint record. |
75 | 73 | type: list |
76 | 74 | elements: str |
77 | 75 | record_ttl: |
|
0 commit comments