dtc:record:a : DTC A Record object.

A DTC A object represents a DNS Traffic Control Address (DTC A) resource record. This resource record specifies mapping from domain name to IPv4 address.

Note

Parameter dtc_server is required for object searches.

Object Reference

References to dtc:record:a are object references.

The name part of the DTC A Record object reference has the following components:

  • The name of the DTC Server object with which the record is associated
  • The IPv4 address of the DTC A record

Example: dtc:record:a/ZG5zLmJpbmRfY25h:dtcserver/10.0.0.1

Restrictions

The object does not support the following operations:

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, ipv4addr.

The following fields are required to create this object:

Field Notes
dtc_server  
ipv4addr  

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

  • ‘:=’ (case insensitive search)
  • ‘=’ (exact equality)
  • ‘~=’ (regular expression)

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.

ipv4addr

ipv4addr

The IPv4 Address of the domain name.

Type

String.

Create

The field is required on creation.

Search

The field is available for search via

  • ‘=’ (exact equality)
  • ‘~=’ (regular expression)

Notes

The ipv4addr 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

ttl is associated with the field use_ttl (see use flag).

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 =
ipv4addr String Y N Y = ~
ttl Unsigned int N N N N/A
use_ttl Bool N N N N/A