getdnszoneResult Structure Definition

The getdnszoneResult structure defines the return type for getdnszone API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

dnszoneList

List of dnszones


dnszone Structure Definition

The dnszone structure defines the actual return type values for getdnszone API.

Syntax



Members

zonename

Name of the zone.

type

Type of zone to display.

proxymode

Deploy the zone in proxy mode. Enable in the following scenarios: * The load balanced DNS servers are authoritative for the zone and all resource records that are part of the zone. * The load balanced DNS servers are authoritative for the zone, but the Citrix ADC owns a subset of the resource records that belong to the zone (partial zone ownership configuration). Typically seen in global server load balancing (GSLB) configurations, in which the appliance responds authoritatively to queries for GSLB domain names but forwards queries for other domain names in the zone to the load balanced servers. In either scenario, do not create the zone's Start of Authority (SOA) and name server (NS) resource records on the appliance. Disable if the appliance is authoritative for the zone, but make sure that you have created the SOA and NS records on the appliance before you create the zone.

flags

Flags controlling display.

domain

Domain name that belongs to the given zone

nextrecs

An array of record types associated with the nsec record.

dnssecoffload

Enable dnssec offload for this zone.

nsec

Enable nsec generation for dnssec offload.

keyname

Name of the public/private DNS key pair with which to sign the zone. You can sign a zone with up to four keys.

siginceptiontime

The time when sign was done with this key.

signeD

Integer which denote status of keys.

expires

Time period for which to consider the key valid, after the key is used to sign a zone.

_nextgenapiresource


See Also