MSFT_SIPPoolSetting class
| Microsoft Office Live Communications Server 2005 with SP1 |
MSFT_SIPPoolSetting
The MSFT_SIPPoolSetting defines a Microsoft Office Live Communications Server Enterprise Edition pool or Microsoft Live Communications Server Standard Edition pool.
The following syntax is simplified from MOF code and includes all inherited properties.
class MSFT_SIPPoolSetting
{
string BackEndDBPath;
[key] string InstanceID;
uint32 MajorVersion;
uint32 MinorVersion;
string PoolDisplayName;
string PoolDN;
string PoolFQDN;
string [] PoolMemberList;
string PoolType;
};
Methods
This class does not define any methods.
Properties
The MSFT_SIPPoolSetting class has the following properties.
- BackEndDBPath
- Data type: string
The computer name (either the FQDN or NetBIOS name) and SQL Server instance name of the Microsoft® Office Live Communications Server 2005 with SP1, Back-End Database. A read-only value generated as part of the creation of a pool.
- InstanceID
- Data type: [key] string
A GUID value that uniquely identifies the pool settings object. The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".
- MajorVersion
- Data type: uint32
The major Live Communications Server version number. The value is is 2.
This property is read only and cannot be updated.
- MinorVersion
- Data type: uint32
The minor Live Communications Server version number. The value is either 0 for Live Communications Server 2005, or 1 for Live Communications Server 2005 with SP1.
This property is read only and cannot be updated.
- PoolDisplayName
- Data type: string
The name of the pool as it appears in the Microsoft Management Console.
- PoolDN
- Data type: string
The distinguished name of the pool object in Active Directory.
- PoolFQDN
- Data type: string
The FQDN of the pool. The certificate for the pool must match this name.
- PoolMemberList
- Data type: string []
A list of the FQDNs (fully qualified domain names) 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.
- PoolType
- Data type: string
Specifies whether the pool is an Enterprise Edition pool or a Standard Edition pool.
Value Description "HomeServerPool" A Standard Edition pool. "FEPool" An Enterprise Edition pool.
Remarks
Instances of this class cannot be created, updated, or deleted.
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. |