Click or drag to resize
DnsDomainDetails Class
Represents a DNS domain that will be updated during DNS failover.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractDnsDomainDetails

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public class DnsDomainDetails : IExtensibleDataObject

The DnsDomainDetails type exposes the following members.

Constructors
  NameDescription
Public methodDnsDomainDetails
Initializes a new instance of the DnsDomainDetails class.
Top
Properties
  NameDescription
Public propertyCredentials
This value represents the domain credentials.
Public propertyDnsServers
This value represents a DNS server that will be updated during DNS failover.
Public propertyDomainName
This value is the name of the domain.
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyIPAddressMappings
This value represents the mapping between source IP address and target IP address when using DNS failover.
Public propertyShouldUpdateTtl
This value is true if the time to live value should be updated; otherwise, it is false.
Public propertyTtlValue
This value is the time to live value in seconds.
Top
Methods
See Also