window.runtime property | window.runtime.flash.net.dns.ResourceRecord |
Inheritance | ResourceRecord Object |
Runtime Versions: | 2 |
DNS resource records are returned by a DNSResolver object as a result of a DNS lookup.
See also
Properties
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
name : String
The query string used to look up this resource record. | ResourceRecord | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | ||
ttl : int
The resource time-to-live (ttl) value. | ResourceRecord |
Public Methods
Property Detail
name | property |
name:String
Runtime Versions: | 2 |
The query string used to look up this resource record.
ttl | property |
ttl:int
Runtime Versions: | 2 |
The resource time-to-live (ttl) value.
The length of time (in seconds) that the resource record is valid. Records should not be cached for longer than this value. A ttl of zero means the record is volatile and must not be cached. A ttl less than zero means that the resource record is not valid.
Thu Sep 29 2011, 02:34 AM -07:00