This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

MSFT_SIPRemoteAddressData

MSFT_SIPRemoteAddressData

Provides configuration data for a remote trusted server.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

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

    Access type: Read-only

    Must be empty when accessing data from Edge Server or Proxy Server roles. Required when accessing data from any role that belongs to a pool.

    The computer name (either the FQDN or NetBIOS name) and SQL Server instance name of the Office Communications Server 2007, 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.

    Server Role

    Acceptable Values

    Enterprise Edition

    SQL_Instance_Name

    Standard Edition

    (local)\rtc

    Access Edge Server and Forwarding Proxy

    Empty string

  • InstanceID
    Data type: [key] string

    Access type: Read-only

    A GUID value that uniquely identifies an instance of this class.

    The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".

  • OutboundOnly
    Data type: boolean

    Access type: Read/Write

    Required. 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 setting is appropriate for a forwarding proxy server.

    If false, the remote server can open a connection to the local server. If true, the remote server cannot open a connection to the local server.

  • Server
    Data type: string

    Access type: Read/Write

    Required. The fully qualified domain name (FQDN) or IP address of the remote trusted server.

    The domain name "*" is not valid, nor is the IP address "0.0.0.0". Multicast addresses in the ranges from 224.0.0.0 to 239.255.255.255 are also not valid. All other IP addresses are allowed.

    The value must be unique.

  • ThrottleAsServer
    Data type: boolean

    Access type: Read/Write

    Required. Indicates whether the connection is throttled as a server or as a client.

    Throttle client connections to limit the number of transactions.

    If false, the connection is throttled as a client. If true, the connection is throttled as a server.

  • TreatAsAuthenticated
    Data type: boolean

    Access type: Read/Write

    Required. Indicates whether clients connecting through the remote server are treated as authenticated.

    If false, connections are treated as unauthenticated and messages received on them are challenged. If true, client connections are treated as authenticated and are unchallenged.

Remarks

This class gets and sets information at the following level(s): WMI, SQL.

If this class is installed on a server whose role has "Pool" scope, the scope of this class is "Pool" and settings are stored in SQL. For a list of server roles and their corresponding WMI class scopes, see WMI Class Management Scopes and Roles.

Instances of this class support the following interface methods:

Provider::DeleteInstance(); Provider::EnumerateInstances(); Provider::GetObject(); Provider::PutInstance();

Where PutInstance() supports the following flag(s):

WBEM_FLAG_CREATE_ONLY WBEM_FLAG_UPDATE_ONLY WBEM_FLAG_CREATE_OR_UPDATE

Requirements

Server: Installed on computers serving the following role(s): Administrative Tools Server, Front End Server, Proxy Server.Namespace: Defined in \root\cimv2.

Reference

[<LinkCreatedDuringXmlConversion>]

Concepts

Office Communications Server WMI Reference