MSFT_SIPTrustedServiceSetting class

 
Communications Server 2007 Server SDK Documentation

MSFT_SIPTrustedServiceSetting

Represents an entry for a trusted Globally Routable User Agent URI (GRUU) service type.

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.

class MSFT_SIPTrustedServiceSetting
{
  string FQDN;
  string GRUU;
  string GruuID;
  [key] string InstanceID;
  uint32 Port;
  boolean Routable;
  string[] ServerReference;
  string TrustedServiceDN;
  string Type;
  uint32 Version;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPTrustedServiceSetting class has the following properties.

  • FQDN
    Data type: string

    Access type: Read-only

    Required. The fully qualified domain name (FQDN) of the Office Communications Server on which the trusted service is located.

    The value must be an FQDN. An IP address is not allowed.

  • GRUU
    Data type: string

    Access type: Read-only

    Optional. Specifies the Globally Routable User Agent URI (GRUU) that can be used to route SIP packets to this server.

  • GruuID
    Data type: string

    Access type: Read-only

    Optional. Reserved.

  • InstanceID
    Data type: [key] string

    Access type: Read-only

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

  • Port
    Data type: uint32

    Access type: Read-only

    Required. The port that is used to communicate with the trusted service.

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

  • Routable
    Data type: boolean

    Access type: Read-only

    Required. Indicates whether the trusted service is trusted to route SIP packets.

  • ServerReference
    Data type: string[]

    Access type: Read-only

    Optional. A list of the servers that refer to this trusted server.

    For example, the QoSM and MRAS services can be referred to by a Mediation Server.

  • TrustedServiceDN
    Data type: string

    Access type: Read-only

    Required. The distinguished name of the trusted service.

  • Type
    Data type: string

    Access type: Read-only

    Required. Specifies the type of the trusted service.

    Microsoft provides the following types of trusted services: CWA, Gateway, MediationServer, MRAS, QoSM.

    The value of this property is not case-sensitive. The maximum length of the string is 16 characters.

  • Version
    Data type: uint32

    Access type: Read-only

    Optional. The version number of the service.

Remarks

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

Instances of this class support the following interface methods:

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

Requirements

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

See Also

Communications Server WMI Reference

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