dtc:record:aaaa : DTC AAAA Record object.¶
A DTC AAAA object represents a DNS Traffic Control IPv6 Address (DTC AAAA) resource record. This resource record specifies mapping from domain name to IPv6 address.
Note¶
Parameter dtc_server is required for object searches.
Object Reference¶
References to dtc:record:aaaa are object references.
The name part of the DTC AAAA Record object reference has the following components:
The name of the DTC Server object with which the record is associated
The IPv6 address of the DTC AAAA record
Example: dtc:record:aaaa/ZG5zLmJpbmRfY25h:dtcserver/2001:db8::1
Restrictions¶
The object does not support the following operations:
Global search (searches via the search object)
Scheduling
CSV export
The object cannot be managed on Cloud Platform members.
Fields¶
These fields are actual members of the object; thus, they can be requested by using _return_fields, if the fields are readable.
The basic version of the object contains the field(s): dtc_server, ipv6addr.
The following fields are required to create this object:
Field |
Notes |
---|---|
dtc_server |
|
ipv6addr |
auto_created¶
- auto_created¶
Flag that indicates whether this record was automatically created by NIOS.
Type
String.
Search
The field is not available for search.
Notes
The auto_created cannot be updated.
auto_created cannot be written.
comment¶
- comment¶
Comment for the record; maximum 256 characters.
Type
String.
Values with leading or trailing white space are not valid for this field.
Create
The default value is empty.
Search
The field is available for search via
‘~=’ (regular expression)
‘=’ (exact equality)
‘:=’ (case insensitive search)
disable¶
- disable¶
Determines if the record is disabled or not. False means that the record is enabled.
Type
Bool.
Create
The default value is False.
Search
The field is not available for search.
dtc_server¶
- dtc_server¶
The name of the DTC Server object with which the DTC record is associated.
Type
String.
Create
The field is required on creation.
Search
The field is available for search via
‘=’ (exact equality)
Notes
The dtc_server is part of the base object.
The dtc_server cannot be updated.
ipv6addr¶
- ipv6addr¶
The IPv6 Address of the domain name.
Type
String.
Create
The field is required on creation.
Search
The field is available for search via
‘~=’ (regular expression)
‘=’ (exact equality)
Notes
The ipv6addr is part of the base object.
ttl¶
- ttl¶
The Time to Live (TTL) value.
Type
Unsigned integer.
Create
The default value is empty.
Search
The field is not available for search.
Notes
use_ttl¶
- use_ttl¶
Use flag for: ttl
Type
Bool.
Create
The default value is False.
Search
The field is not available for search.
Fields List¶
Field |
Type |
Req |
R/O |
Base |
Search |
---|---|---|---|---|---|
auto_created |
String |
N |
Y |
N |
N/A |
comment |
String |
N |
N |
N |
: = ~ |
disable |
Bool |
N |
N |
N |
N/A |
dtc_server |
String |
Y |
N |
Y |
= |
ipv6addr |
String |
Y |
N |
Y |
= ~ |
ttl |
Unsigned int |
N |
N |
N |
N/A |
use_ttl |
Bool |
N |
N |
N |
N/A |