The DNS
class inherits from Resource
.
DNS ZONE Resource
The base resource
_synchronized (bool) – This is not intended to be used directly. See
new()
and
existing()
.
connection (openstack.connection.Connection) – Reference to the Connection being used. Defaults to None to allow
Resource objects to be used without an active Connection, such as
in unit tests. Use of self._connection
in Resource code should
protect itself with a check for None.
Properties current action in progress on the resource
Attributes Key:Value pairs of information about this zone, and the pool the user would like to place the zone in. This information can be used by the scheduler to place zones on the correct pool.
Timestamp when the zone was created
Zone description Type: str
The administrator email of this zone Type: str
Links contains a self pertaining to this zone or a next pertaining to next page
The master list for slaver server to fetch DNS
Zone name
The pool which manages the zone, assigned by system
The project id which the zone belongs to
Serial number in the SOA record set in the zone, which identifies the change on the primary DNS server Type: int
Zone status Valid values include PENDING_CREATE, ACTIVE, PENDING_DELETE, ERROR
SOA TTL time, unit is seconds, default 300, TTL range 300-2147483647 Type: int
Zone type, Valid values include PRIMARY, SECONDARY Type: str
Timestamp when the zone was last updated
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.