SMS_ReplicationLinkSummary Server WMI Class
Updated: November 1, 2013
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The SMS_ReplicationLinkSummary Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the summary of database replication link status.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_ReplicationLinkSummary : SMS_BaseClass
{
String GlobalInitPercentage;
UInt32 LinkStatus;
UInt32 LinkStatusDescription;
String Site1;
UInt32 Site1Status;
UInt32 Site1ToSite2GlobalState;
DateTime Site1ToSite2GlobalSyncTime;
String Site2;
UInt32 Site2Status;
UInt32 Site2ToSite1GlobalState;
DateTime Site2ToSite1GlobalSyncTime;
UInt32 Site2ToSite1SiteState;
DateTime Site2ToSite1SiteSyncTime;
String SiteName1;
String SiteName2;
UInt32 SiteType1;
UInt32 SiteType2;
};
The SMS_ReplicationLinkSummary class does not define any methods.
- GlobalInitPercentage
Data type: String
Access type: Read-only
Qualifiers: [read]
Progress of the re-initialization of the global data.
- LinkStatus
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
Overall link status.
- LinkStatusDescription
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
Overall link status.
- Site1
Data type: String
Access type: Read-only
Qualifiers: [key, read]
Parent site for the link.
- Site1Status
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
Site status for the parent site. See SMS_Site Server WMI Class.
- Site1ToSite2GlobalState
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
Overall link status for global data sent from the parent site to the child site.
- Site1ToSite2GlobalSyncTime
Data type: DateTime
Access type: Read-only
Qualifiers: [read]
Last time that the parent site sent a message to the child site for global data synchronization.
- Site2
Data type: String
Access type: Read-only
Qualifiers: [key, read]
Child site.
- Site2Status
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
Site status for the child site. See SMS_Site Server WMI Class.
- Site2ToSite1GlobalState
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
Overall link status for global data sent from the child site to the parent site.
- Site2ToSite1GlobalSyncTime
Data type: DateTime
Access type: Read-only
Qualifiers: [read]
Last time that the child site sent a message to the parent site for global data synchronization.
- Site2ToSite1SiteState
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
Overall link status for site data send from the child site to the parent site.
- Site2ToSite1SiteSyncTime
Data type: DateTime
Access type: Read-only
Qualifiers: [read]
Last time that the child site sent a message to the parent site for data synchronization.
- SiteName1
Data type: String
Access type: Read-only
Qualifiers: [read]
Name of the parent site.
- SiteName2
Data type: String
Access type: Read-only
Qualifiers: [read]
Name of the child site.
- SiteType1
Data type: UInt32
Access type: Read/Write
Qualifiers: [enumeration]
Type of the parent site. Possible values are:
1
SECONDARY
2
PRIMARY
4
CAS
- SiteType2
Data type: UInt32
Access type: Read/Write
Qualifiers: [enumeration]
Type of the child site. Possible values are:
1
SECONDARY
2
PRIMARY
4
CAS
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.