SMS_SCI_Address Server WMI Class

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

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 
{
     String AddressType;
     String DesSiteCode;
     UInt32 FileType;
     String ItemName;
     String ItemType;
     UInt32 Order;
     SMS_EmbeddedPropertyList PropLists[];
     SMS_EmbeddedProperty Props[];
     UInt32 RateLimitingSchedule[24];
     String SiteCode;
     Boolean UnlimitedRateForAll;
     SMS_SiteControlDaySchedule UsageSchedule[7];
};

Methods

The SMS_SCI_Address class does not define any methods.

Properties

  • 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_MAPI(MS_MAPI)

    • ADDR_RAS_ASYNC(MS_ASYNC_RAS)

    • ADDR_RAS_ISDN(MS_ISDN_RAS)

    • ADDR_RAS_X25(MS_X25_RAS)

    • ADDR_RAS_SNA(MS_SNA_RAS)

    • ADDR_SNA_BATCH(MS_BATCH_SNA)

    • ADDR_SNA_INTER(MS_INTER_SNA)

    • 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 "".

  • Order
    Data type: UInt32

    Access type: Read/Write

    Qualifiers: None

    Order (priority) in which the senders are used when multiple senders are defined for a given site. Possible values are listed below. Note that no senders for a given destination site can have the same order number.

    0

    Auto-assign the order of the senders used. This is the default value.

    1

    Assign by highest priority sender.

  • 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.

  • 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.

Remarks

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.

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

Concepts

Configuration Manager Site Configuration Server WMI Classes
SMS_EmbeddedProperty Server WMI Class
SMS_EmbeddedPropertyList Server WMI Class
SMS_SiteControlDaySchedule Server WMI Class
SMS_SiteControlItem Server WMI Class