The DNSZone type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
| WebEncode | Encodes the current zone data into a string which can be persisted in a
hidden input field on a web-page, and then later decoded using the WebDecodeZone method of the Connection object. |
Fields
| Name | Description | |
|---|---|---|
| Records | A collection of DNS records in the zone |
Properties
| Name | Description | |
|---|---|---|
| AllowUpdate | Specifies which IP addresses may send standard dynamic updates for this zone. | |
| AllowZoneTransfer | Specifies which IP addresses may request zone transfers of this zone. | |
| Comments | Any comments and remarks for this zone | |
| DefaultTTL | The default TTL (Time To Live) value in seconds for new records added to the zone | |
| GroupID | Specifies a numeric ID for the Zone Group that this zone belongs to in Simple DNS Plus (DNS Records Window / View menu / Arrange Zones / by Zone Group).
The group IDs and associated labels can be found and configured in the "editrecs.ini" file.
Specify zero for the default group. | |
| MinimumTTL | Retrieves or sets a minimum TTL (Time To Live) value in seconds for all records in this zone.
This overrides any lower TTL specified in individual records and global options.
A negative value indicates that this option is disabled - as oposed to a zero value which would override global options. | |
| Name | The domain name (FQDN) of the zone | |
| PrimaryIP | For a secondary zone, this value specifies the IP address of the primary DNS server for the zone | |
| ReverseSN | Specifies the IP sub-net covered by a reverse zone | |
| SendNotify | Specifies if Simple DNS Plus will send NOTIFY requests to secondary DNS servers to alert them when this zone is updated |