MSFT_SIPRemoteAddressData class

 
Microsoft Office Live Communications Server 2005 with SP1

MSFT_SIPRemoteAddressData

The MSFT_SIPRemoteAddressData class provides configuration data for a remote trusted server.

The following syntax is simplified from MOF code and includes all inherited properties.

class MSFT_SIPRemoteAddressData
{
  [key] string Backend;
  [key] string InstanceID;
  boolean OutboundOnly;
  string Server;
  boolean ThrottleAsServer;
  boolean TreatAsAuthenticated;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPRemoteAddressData class has the following properties.

  • Backend
    Data type: [key] string

    The computer name (either the FQDN or NetBIOS name) and SQL Server instance name of the Microsoft® Office Live Communications Server 2005 with SP1, Back-End Database (configuration data is stored in the same SQL instance as user data, but in a different database). Indicates where this class is stored, which varies depending on the server role.

    This property is required on creation and cannot be updated.

    Server Role Acceptable Values
    Enterprise Edition Backend_FQDN\SQL_Instance_Name
    Standard Edition (local)\rtc
    Access Proxy and Proxy servers Empty string
  • InstanceID
    Data type: [key] string

    A GUID value that uniquely identifies this remote server configuration setting. The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".

    This property is optional on creation and cannot be updated.

  • OutboundOnly
    Data type: boolean

    Indicates whether a remote server can open a connection to the local server. This setting applies to addresses in the static routing table only, not to listening addresses. The existing connection is used for Record Routes. This property cannot be NULL.

    Value Description
    False The remote server can open a connection to the local server.
    True The remote server cannot open a connection to the local server. This setting is appropriate for a forwarding proxy server or a branch office proxy server.

    This property is required on creation and can be updated.

  • Server
    Data type: string

    The FQDN (fully qualified domain name) or IP address of the remote trusted server. The IP address 0.0.0.0. is not allowed. Multicast addresses ranging from 224.0.0.0 to 239.255.255.255 are also not allowed. All other IP addresses are allowed. This value must be unique. This property cannot be NULL.

    This property is required on creation and can be updated.

  • ThrottleAsServer
    Data type: boolean

    Indicates whether the connection is to be throttled as a server or as a client. Client connections are throttled to limit the number of transactions. This property cannot be NULL.

    Value Description
    False The connection is throttled as a client.
    True The connection is throttled as a server.

    This property is required on creation and can be updated.

  • TreatAsAuthenticated
    Data type: boolean

    Indicates whether clients connecting through the remote server are considered to have already been authenticated. This property cannot be NULL.

    Value Description
    False Client connections are treated as unauthenticated and are therefore challenged.
    True Client connections are treated as already authenticated and are, therefore, unchallenged.

    This property is required on creation and can be updated.

Remarks

Instances of this class can be created, updated, and deleted.

Requirements

Server: Installed on Windows Server 2003 with Live Communications Server 2005 with SP1.
Namespace: Defined in \root\cimv2.

  
  What did you think of this topic?
  © 2008 Microsoft Corporation. All rights reserved.