MSFT_SIPFederationDeniedDomainSetting class
Microsoft Office Live Communications Server 2005 with SP1 |
MSFT_SIPFederationDeniedDomainSetting
The MSFT_SIPFederationDeniedDomainSetting class specifies how to filter incoming and outgoing traffic on the default route. All incoming traffic from the default route is accepted unless it is from one of the domains on this list, in which case it is dropped. All outgoing traffic that does not match a direct route will be sent on the default route unless it is from a domain on this list. This setting has meaning only if a default incoming route has been specified.
The following syntax is simplified from MOF code and includes all inherited properties.
class MSFT_SIPFederationDeniedDomainSetting { string[ ] DomainName; [key] string InstanceID; };
Methods
This class does not define any methods.
Properties
The MSFT_SIPFederationDeniedDomainSetting class has the following properties.
DomainName
Data type: string[ ]An array of the FQDNs (fully qualified domain names) of the domains to be blocked. The names on this list also should not be in the direct partners list. The default is empty.
InstanceID
Data type: [key] stringA GUID value that uniquely identifies the list of blocked domains. The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".
Remarks
There cannot be more than one instance of this class, and the only operation supported is update.
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. |