Table of Contents

Class ActiveDirectoryReplicationSite

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents an Active Directory replication site.

public class ActiveDirectoryReplicationSite : ActiveDirectoryObjectBase, IComparable<ActiveDirectoryObjectBase>
Inheritance
ActiveDirectoryReplicationSite
Implements
Inherited Members

Constructors

ActiveDirectoryReplicationSite()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationSite class.

public ActiveDirectoryReplicationSite()

Properties

AutomaticInterSiteTopologyGenerationEnabled

Gets or sets whether automatic inter-site topology generation is enabled.

public BooleanOption AutomaticInterSiteTopologyGenerationEnabled { get; set; }

Property Value

BooleanOption

AutomaticTopologyGenerationEnabled

Gets or sets whether automatic topology generation is enabled.

public BooleanOption AutomaticTopologyGenerationEnabled { get; set; }

Property Value

BooleanOption

InterSiteTopologyGenerator

Gets or sets the inter-site topology generator for the site.

public string InterSiteTopologyGenerator { get; set; }

Property Value

string

InterSiteTopologyGeneratorSiteName

Gets or sets the name of the site in which the inter-site topology generator resides.

public string InterSiteTopologyGeneratorSiteName { get; set; }

Property Value

string

Location

Gets or sets the location of the site.

public string Location { get; set; }

Property Value

string

RedundantServerTopologyEnabled

Gets or sets whether redundant server topology is enabled.

public BooleanOption RedundantServerTopologyEnabled { get; set; }

Property Value

BooleanOption

ReplicationSchedule

Gets or sets the schedule on which the site is allowed to replicate.

public byte[] ReplicationSchedule { get; set; }

Property Value

byte[]

ScheduleHashingEnabled

Gets or sets whether schedule hashing is enabled.

public BooleanOption ScheduleHashingEnabled { get; set; }

Property Value

BooleanOption

SecurityDescriptor

Gets or sets the security descriptor for the site.

public ActiveDirectorySecurityDescriptor SecurityDescriptor { get; set; }

Property Value

ActiveDirectorySecurityDescriptor

Servers

Gets or sets the servers in the site.

public ActiveDirectoryReplicationServers Servers { get; set; }

Property Value

ActiveDirectoryReplicationServers

SubnetNames

Gets or sets the names of the subnets assigned to the site.

public SerializableStringCollection SubnetNames { get; set; }

Property Value

SerializableStringCollection

TopologyCleanupEnabled

Gets or sets whether topology cleanup is enabled.

public BooleanOption TopologyCleanupEnabled { get; set; }

Property Value

BooleanOption

TopologyDetectStaleEnabled

Gets or sets whether topology detect stale is enabled.

public BooleanOption TopologyDetectStaleEnabled { get; set; }

Property Value

BooleanOption

TopologyMinimumHopsEnabled

Gets or sets whether topology minimum hops is enabled.

public BooleanOption TopologyMinimumHopsEnabled { get; set; }

Property Value

BooleanOption

UniversalGroupCachingEnabled

Gets or sets whether universal group caching is enabled.

public BooleanOption UniversalGroupCachingEnabled { get; set; }

Property Value

BooleanOption

UniversalGroupCachingRefreshSiteName

Gets or sets the name of the site from which universal group caching is refreshed from.

public string UniversalGroupCachingRefreshSiteName { get; set; }

Property Value

string

WindowsServer2000BridgeheadSelectionMethodEnabled

Gets or sets whether the Windows Server 2000 bridgehead selection method is enabled.

public BooleanOption WindowsServer2000BridgeheadSelectionMethodEnabled { get; set; }

Property Value

BooleanOption

WindowsServer2000KccIstgSelectionBehaviorEnabled

Gets or sets whether Windows Server 2000 KCC ISTG selection behavior is enabled.

public BooleanOption WindowsServer2000KccIstgSelectionBehaviorEnabled { get; set; }

Property Value

BooleanOption

WindowsServer2003KccBehaviorEnabled

Gets or sets whether Windows Server 2003 KCC behavior is enabled.

public BooleanOption WindowsServer2003KccBehaviorEnabled { get; set; }

Property Value

BooleanOption

WindowsServer2003KccIgnoreScheduleEnabled

Gets or sets whether the Windows Server 2003 KCC ignore schedule option is enabled.

public BooleanOption WindowsServer2003KccIgnoreScheduleEnabled { get; set; }

Property Value

BooleanOption

WindowsServer2003KccSiteLinkBridgingEnabled

Gets or sets whether Windows Server 2003 KCC site link bridging is enabled.

public BooleanOption WindowsServer2003KccSiteLinkBridgingEnabled { get; set; }

Property Value

BooleanOption

Methods

Clone()

Creates a clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationSite object.

public ActiveDirectoryReplicationSite Clone()

Returns

ActiveDirectoryReplicationSite

A clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationSite object.