The DNS
class inherits from Resource
.
openstack.dns.v2.recordset.
Recordset
(_synchronized=False, connection=None, **attrs)¶DNS Recordset Resource
The base resource
Parameters: |
|
---|
action
¶Properties current action in progress on the resource
created_at
¶Timestamp when the zone was created
description
¶Recordset description
links
¶Links contains a self pertaining to this zone or a next pertaining to next page
name
¶DNS Name of the recordset
project_id
¶ID of the project which the recordset belongs to
records
¶DNS record value list
status
¶Recordset status Valid values include: PENDING_CREATE, ACTIVE,`PENDING_DELETE`, ERROR
ttl
¶Time to live, default 300, available value 300-2147483647 (seconds)
type
¶DNS type of the recordset Valid values include A, AAAA, MX, CNAME, TXT, NS, SSHFP, SPF, SRV, PTR
updated_at
¶Timestamp when the zone was last updated
zone_id
¶The id of the Zone which this recordset belongs to
zone_name
¶The name of the Zone which this recordset belongs to
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.