Class ActiveDirectoryReplicationInterSiteTransport
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory replication inter-site transport.
public class ActiveDirectoryReplicationInterSiteTransport : BaseTypeSection
- Inheritance
-
ActiveDirectoryReplicationInterSiteTransport
Constructors
ActiveDirectoryReplicationInterSiteTransport()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationInterSiteTransport class.
public ActiveDirectoryReplicationInterSiteTransport()
Properties
BridgeAllSiteLinks
Gets or sets whether replication can occur transitively between sites that are not connected directly by a site link. This option is enabled by default.
public BooleanOption BridgeAllSiteLinks { get; set; }
Property Value
Description
Gets or sets the description of the transport.
public string Description { get; set; }
Property Value
IgnoreSchedules
Gets or sets whether schedules should be ignored and replication occur regardless of any scheduled days and hours.
public BooleanOption IgnoreSchedules { get; set; }
Property Value
SiteLinkBridges
Gets or sets the replication site link bridges.
public ActiveDirectoryReplicationSiteLinkBridges SiteLinkBridges { get; set; }
Property Value
SiteLinks
Gets or sets the replication site links.
public ActiveDirectoryReplicationSiteLinks SiteLinks { get; set; }
Property Value
TransportProtocol
Gets or sets the transport protocol.
public ActiveDirectoryReplicationInterSiteTransportProtocol TransportProtocol { get; set; }
Property Value
TransportProtocolString
Gets the transport protocol.
public string TransportProtocolString { get; set; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationInterSiteTransport object.
public ActiveDirectoryReplicationInterSiteTransport Clone()
Returns
- ActiveDirectoryReplicationInterSiteTransport
A clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationInterSiteTransport object.