Share via


SMS_SCI_Address

The SMS_SCI_Address WMI class describes an SMS sender address which is used for intersite communication by SMS sender components. The address type specifies the nature of the sender to which the address applies. For example, MS_LAN is used by the LAN sender. A site will have at least one address for each of its connections to parent and child sites in the site hierarchy.

The following syntax is simplified from 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];
};

Properties

  • AddressType
    Data type: string
    Access type: Read/write

    Type of the address. Values are:
    MS_LAN MS_MAPI MS_ASYNC_RAS MS_ISDN_RAS MS_X25_RAS MS_SNA_RAS MS_BATCH_SNA MS_INTER_SNA MS_COURIER

  • DesSiteCode
    Data type: string
    Access type: Read/write

    Destination site code with which the sender communicates.

  • FileType
    Data type: uint32
    Access type: Read-only
    Qualifiers: Key

    Type of site control file. This property is no longer used for queries. Values are:
    EMPTY (0)
    ACTUAL (1)
    PROPOSED (2)
    TRANSACTIONS (3)
    LOCAL_TRANSACTIONS (4)

  • ItemName
    Data type: string
    Access type: Read-only
    Qualifiers: Key

    Unique identifier of a site-control item.

  • ItemType
    Data type: string
    Access type: Read-only
    Qualifiers: Key

    Unique identifier of a site-control item.

  • Order
    Data type: uint32
    Access type: Read/write

    Order the senders are used when multiple senders are defined for a given site. A value of 0 tells the UI to auto-assign the order of the senders used. A value of 1 identifies the highest priority sender. No senders for a given destination site may have the same Order (priority) number.

  • PropLists
    Data type: SMS_EmbeddedPropertyList[]
    Access type: Read/write

    Zero or more properties that contain an array of strings.

  • Props
    Data type: SMS_EmbeddedProperty[]
    Access type: Read/write

    Zero or more properties that contain numeric or string values.

  • RateLimitingSchedule
    Data type: uint32[]
    Access type: Read/write

    Array of 24 integers, one for each hour of the day. The values for this 24-hour rate table ranges from 1% to 100%. If the UnlimitedRateForAll flag is TRUE, it contains 100 for all 24 elements. You use the rate limiting schedule to prevent SMS from using all available bandwidth on the connection.

  • SiteCode
    Data type: string
    Access type: Read-only
    Qualifiers: Key

    Site code of the site server.

  • UnlimitedRateForAll
    Data type: boolean
    Access type: Read/write

    Enables and disables rate-limiting for the sender. The default is TRUE, unlimited for all. If FALSE, you must specify a rate schedule for the RateLimitingSchedule property; otherwise, 100 percent is used.

  • UsageSchedule
    Data type: SMS_SiteControlDaySchedule[]
    Access type: Read/write

    Day schedule for each day of the week (Sunday through Saturday) that you use to control network load during critical time periods by restricting when data can be sent to this address.

See Also

Site Configuration Classes