Click to Rate and Give Feedback
Community Content
In this section
Statistics Annotations (0)
MSFT_SIPPoolSetting class
 
Communications Server 2007 Server SDK Documentation

MSFT_SIPPoolSetting

Defines an Office Communications Server Enterprise Edition pool or Standard Edition pool.

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_SIPPoolSetting
{
  string BackEndDBPath;
  string DefaultLocationProfile;
  string DomainFQDN;
  [key] string InstanceID;
  uint32 MajorVersion;
  string[] MCUFactoryList;
  uint32 MinorVersion;
  string PoolDisplayName;
  string PoolDN;
  string PoolFQDN;
  string[] PoolMemberList;
  string PoolType;
  boolean SupportIMPresence;
  boolean SupportMeeting;
  string TrustedMRASServer;
  string TrustedQoSServer;
  string[] WebComponentsServerList;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPPoolSetting class has the following properties.

BackEndDBPath
Data type: string

Access type: Read-only

Required. The computer name (either the FQDN or NetBIOS name) and SQL Server instance name of the Office Communications Server 2007, Back-End Database.

The value generated as part of the creation of a pool. The value of this property is not case-sensitive.

DefaultLocationProfile
Data type: string

Access type: Read/Write

Optional. The distinguished name of the Location profile for this pool.

The value of this property is not case-sensitive.

DomainFQDN
Data type: string

Access type: Read-only

Optional. The fully qualified domain name (FQDN) of the domain.

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

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.

ValueDescription
2Office Live Communications Server 2005
3Office Communications Server 2007

The default value is 3.

MCUFactoryList
Data type: string[]

Access type: Read-only

Optional. A list of the distinguished names of the MCU Factories that this pool supports.

The value of this property is not case-sensitive.

MinorVersion
Data type: uint32

Access type: Read-only

Required. The minor Office Communications Server version number.

ValueDescription
0Original release to market
1Service Pack 1 release

The default value is 0.

PoolDisplayName
Data type: string

Access type: Read-only

Required. The name of the pool as it appears in the Microsoft Management Console.

The value of this property is not case-sensitive.

PoolDN
Data type: string

Access type: Read-only

Required. The distinguished name of the pool object in Active Directory.

The value of this property is not case-sensitive.

PoolFQDN
Data type: string

Access type: Read-only

Required. The fully qualified domain name (FQDN) of the pool.

The certificate for the pool must match this name. The value must be an FQDN. An IP address is not allowed.

PoolMemberList
Data type: string[]

Access type: Read-only

Optional. A list of the fully qualified domain name(s) (FQDN) of servers belonging to an Enterprise Edition pool or Standard Edition pool. In the case of a Standard Edition pool, there will be only one server in the list.

The value of this property is not case-sensitive.

PoolType
Data type: string

Access type: Read-only

Required. Specifies whether the pool is an Enterprise Edition pool or a Standard Edition pool.

The value of this property is not case-sensitive.

ValueDescription
"HomeServerPool"A Standard Edition pool.
"FEPool"An Enterprise Edition pool.
SupportIMPresence
Data type: boolean

Access type: Read-only

Reserved. Do not use.

SupportMeeting
Data type: boolean

Access type: Read-only

Reserved. Do not use.

TrustedMRASServer
Data type: string

Access type: Read/Write

Optional. The distinguished name for the Trusted MRAS Server that serves this pool.

The value of this property is not case-sensitive.

TrustedQoSServer
Data type: string

Access type: Read/Write

Optional. The distinguished name for the QoS Server that serves this pool.

The value of this property is not case-sensitive.

WebComponentsServerList
Data type: string[]

Access type: Read-only

Optional. A list of the distinguished names of the Web servers that this pool supports.

The value of this property is not case-sensitive.

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();

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

    • WBEM_FLAG_UPDATE_ONLY

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.

 

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker