MSFT_SIPMCUFactorySetting class

 
Communications Server 2007 Server SDK Documentation

MSFT_SIPMCUFactorySetting

Defines a Media Control Unit (MCU) factory to manage MCUs.

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_SIPMCUFactorySetting
{
  string FactoryURL;
  [key] string InstanceID;
  uint32 MajorVersion;
  string MCUFactoryDN;
  string MCUFactoryProviderID;
  string[] MCUList;
  uint32 MinorVersion;
  string[] PoolList;
  string Type;
  string Vendor;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPMCUFactorySetting class has the following properties.

  • FactoryURL
    Data type: string

    Access type: Read-only

    Required. Indicates the URL of the factory with which the Focus server communicates.

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

  • MajorVersion
    Data type: uint32

    Access type: Read-only

    Required. The major Office Communications Server version number.

    Value Description
    2 Office Live Communications Server 2005
    3 Office Communications Server 2007

    The default value is 3.

  • MCUFactoryDN
    Data type: string

    Access type: Read-only

    Required. The distinguished name of the MCU factory.

  • MCUFactoryProviderID
    Data type: string

    Access type: Read-only

    Required. Indicates the GUID of the MCU factory provider.

  • MCUList
    Data type: string[]

    Access type: Read-only

    Optional. An array of the distinguished names of the MCU objects that this factory manages.

  • MinorVersion
    Data type: uint32

    Access type: Read-only

    Required. The minor Office Communications Server version number.

    Value Description
    0 Original release to market
    1 Service Pack 1 release

    The default value is 0.

  • PoolList
    Data type: string[]

    Access type: Read-only

    Optional. An array of the distinguished names of the pools that this factory serves.

  • Type
    Data type: string

    Access type: Read-only

    Required. Indicates the type of the MCU factory.

    Indicates, for example, if the factory is a data MCU factory, or an audio-video MCU factory.

  • Vendor
    Data type: string

    Access type: Read-only

    Required. Specifies the name of the MCU vendor.

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