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_SIPDataMCUProxyServerPortSetting

Specifies the TLS ports that are used by a Web Conferencing Edge 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_SIPDataMCUProxyServerPortSetting
{
  [key] string Backend;
  uint32 ExternalTLSPort;
  [key] string InstanceID;
  uint32 InternalTLSPort;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPDataMCUProxyServerPortSetting 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

  • ExternalTLSPort
    Data type: uint32

    Access type: Read/Write

    Required. Specifies the external TLS port.

    External users connect to this TLS port for Web conferencing functionality.

    The minimum value for this property is 1 and the maximum value is 65535. The default value is 443.

  • InstanceID
    Data type: [key] string

    Access type: Read-only

    Optional. 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}".

  • InternalTLSPort
    Data type: uint32

    Access type: Read/Write

    Required. Specifies the internal TLS port.

    The internal Web Conferencing Server connects to this TLS port in order to provide Web conferencing functionality to external users.

    The minimum value for this property is 1 and the maximum value is 65535. The default value is 8057.

Remarks

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

Only one instance of this class can be present in the pool.

The Web Conferencing Server connects to the InternalTLSPort and external users connect to the ExternalTLSPort for Web Conferencing functionality.

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, Web Conferencing Server.

Namespace: Defined in \root\cimv2.

Concepts

Office Communications Server WMI Reference