MSFT_SIPFederationInternalEdgeSetting class

 
Microsoft Office Live Communications Server 2005 with SP1

MSFT_SIPFederationInternalEdgeSetting

The MSFT_SIPFederationInternalEdgeSetting class exposes properties for configuring the internal edge of an access proxy.

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

class MSFT_SIPFederationInternalEdgeSetting
{
  uint32 IncomingTLSCountForNextHop;
  [key] string InstanceID;
  string InternalNextHop;
  int InternalNextHopPort;
  uint32 OutgoingTLSCountForNextHop;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPFederationInternalEdgeSetting class has the following properties.

  • IncomingTLSCountForNextHop
    Data type: uint32

    The maximum number of incoming TLS connections allowed on the server. The valid range of values is between 1 and 256. The default value is 40. This value cannot be NULL.

    This property is required on creation and can be updated.

  • InstanceID
    Data type: [key] string

    A GUID value that uniquely identifies the internal edge setting of the Access Proxy. The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".

    This property cannot be updated.

  • InternalNextHop
    Data type: string

    The FQDN (fully qualified domain name) of the next-hop server along the route from the Access Proxy to one of the internal servers. This value cannot be NULL. An IP address is not allowed.

  • InternalNextHopPort
    Data type: int

    The port number for the sever specified in the InternalNextHop property. Acceptable values include NULL and integers between 1 and 65535. The default value is 5061.

  • OutgoingTLSCountForNextHop
    Data type: uint32

    The maximum number of outgoing TLS connections allowed on the server. The valid range of values is between 1 and 256. The default value is 4. This value cannot be NULL.

    This property is required on creation and can be updated.

Remarks

Instances of this class can only be updated.

Requirements

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

See Also

Live Communications Server WMI Reference

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