SMS_SCI_Address 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_SCI_Address Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a sender address, which is a link between the site for which the site control file exists and another site.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_SCI_Address : SMS_SiteControlItem 
{
     UInt32 AddressPriorityOrder;
     String AddressType;
     String DesSiteCode;
     String DesSiteName;
     UInt32 DestinationType;
     UInt32 FileType;
     String ItemName;
     String ItemType;
     SMS_EmbeddedPropertyList PropLists[];
     SMS_EmbeddedProperty Props[];
     UInt32 RateLimitingSchedule[24];
     String SiteCode;
     String SiteName;
     Boolean UnlimitedRateForAll;
     SMS_SiteControlDaySchedule UsageSchedule[7];
};

The SMS_SCI_Address class does not define any methods.

AddressPriorityOrder

Data type: UInt32

Access type: Read/Write

Qualifiers: [none]

The address usage order. 0 indicates to the UI to auto-assign.

AddressType

Data type: String

Access type: Read/Write

Qualifiers: [stringnumeration]

Type of address, indicating the nature of the sender to which the address applies. Possible values are listed below. The default value is "".

  • ADDR_LAN(MS_LAN)

  • ADDR_COURIER(MS_COURIER)

For example, the MS_LAN address type is used by the LAN sender. A site has at least one address for each of its connections to parent and child sites in the Configuration Manager hierarchy.

DesSiteCode

Data type: String

Access type: Read/Write

Qualifiers: [SizeLimit("3")]

Destination site code with which the sender communicates. The default value is "".

DesSiteName

Data type: String

Access type: Read-only

Qualifiers: [read]

Destination site name with which the sender communicates.

DestinationType

Data type: UInt32

Access type: Read/Write

Qualifiers: [none]

Destination site type. Possible values are:

0

Site server

1

Distribution point

FileType

Data type: UInt32

Access type: Read/Write

Qualifiers: [key, enumeration:ToSubClass]

See SMS_SiteControlItem Server WMI Class.

ItemName

Data type: String

Access type: Read-only

Qualifiers: [key, read]

See SMS_SiteControlItem Server WMI Class.

ItemType

Data type: String

Access type: Read-only

Qualifiers: [key, read]

See SMS_SiteControlItem Server WMI Class.

PropLists

Data type: SMS_EmbeddedPropertyList Array

Access type: Read/Write

Qualifiers: None

SMS_EmbeddedPropertyList Server WMI Class objects for the configuration.

Props

Data type: SMS_EmbeddedProperty Array

Access type: Read/Write

Qualifiers: None

SMS_EmbeddedProperty Server WMI Class objects for the configuration.

RateLimitingSchedule

Data type: UInt32 Array

Access type: Read/Write

Qualifiers: None

Array of 24 integers, one for each hour of the day. The values for this 24-hour rate table range from 1 percent to 100 percent. If the UnlimitedRateForAll property is true, this property contains 100 percent for all 24 elements.

Use the rate-limiting schedule to prevent Configuration Manager from using all available bandwidth on the connection.

SiteCode

Data type: String

Access type: Read/Write

Qualifiers: [key, SizeLimit("3")]

See SMS_SiteControlItem Server WMI Class.

SiteName

Data type: String

Access type: Read-only

Qualifiers: [read]

See SMS_SiteControlItem Server WMI Class.

UnlimitedRateForAll

Data type: Boolean

Access type: Read/Write

Qualifiers: None

true if unlimited rate is enabled for all senders. If this property is set to false, specify a rate schedule for the RateLimitingSchedule property. Otherwise, 100 percent is used.

UsageSchedule

Data type: SMS_SiteControlDaySchedule Array

Access type: Read/Write

Qualifiers: None

Usage schedule array of seven SMS_SiteControlDaySchedule Server WMI Class objects, each representing one week day, for example, 0 for Sunday, 1 for Monday. The schedule is used to control network load during critical time periods by restricting when data can be sent to the address.

There are no special class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

This class is used for inter-site communication by Configuration Manager sender components. For more information, see Configuration Manager Special Queries.

Show: