Class MicrosoftDnsServerSecondaryZone
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a secondary zone configured for a Microsoft DNS server.
public class MicrosoftDnsServerSecondaryZone : MicrosoftDnsServerZone, IComparable<MicrosoftDnsServerZone>
- Inheritance
-
MicrosoftDnsServerSecondaryZone
- Implements
- Inherited Members
Constructors
MicrosoftDnsServerSecondaryZone()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerSecondaryZone class.
public MicrosoftDnsServerSecondaryZone()
Properties
IgnorePolicies
Gets or sets whether the policies of this zone are to be ignored. This only applies to Windows Server 2016 and above.
public BooleanOption IgnorePolicies { get; set; }
Property Value
LastSuccessfulSoaCheck
Gets or sets the time of the last SOA check for the zone.
public DateTime LastSuccessfulSoaCheck { get; set; }
Property Value
LastSuccessfulZoneTransfer
Gets or sets the time of the last successful zone transfer.
public DateTime LastSuccessfulZoneTransfer { get; set; }
Property Value
LastZoneTransferAttempt
Gets or sets the time of the last zone transfer attempt.
public DateTime LastZoneTransferAttempt { get; set; }
Property Value
LastZoneTransferResult
Gets or sets the last zone transfer result.
public uint LastZoneTransferResult { get; set; }
Property Value
MasterServers
Gets or sets the master servers for the zone. This does not apply to primary zones.
public SerializableStringCollection MasterServers { get; set; }
Property Value
- SerializableStringCollection
Wins
Gets or sets the WINS settings for the zone.
public MicrosoftDnsServerZoneWinsSettings Wins { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.MicrosoftDnsServerSecondaryZone cloned from this object.
public MicrosoftDnsServerSecondaryZone Clone()
Returns
- MicrosoftDnsServerSecondaryZone
A CENTREL.XIA.Configuration.Types.MicrosoftDnsServerSecondaryZone.