MSFT_SIPFederationListeningAddressSetting class
Microsoft Office Live Communications Server 2005 with SP1 |
MSFT_SIPFederationListeningAddressSetting
The MSFT_SIPFederationListeningAddressSetting class specifies the listening addresses on the internal and external edges of an Access Proxy.
The following syntax is simplified from MOF code and includes all inherited properties.
class MSFT_SIPFederationListeningAddressSetting { string ExternalEdgeIPAddress; [key] string InstanceID; string InternalEdgeIPAddress; };
Methods
This class does not define any methods.
Properties
The MSFT_SIPFederationListeningAddressSetting class has the following properties.
ExternalEdgeIPAddress
Data type: stringThe listening IP address on the external edge of the Access Proxy. One IP address must be specified here. That address must be different than the IP address for InternalEdgeIPAddress. This value cannot be NULL.
InstanceID
Data type: [key] stringA GUID value that uniquely identifies the Access Proxy listening-address object. The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".
This property cannot be updated.
InternalEdgeIPAddress
Data type: stringThe listening IP address on the internal edge of the Access Proxy. One IP address must be specified here. That address must be different than the IP address for ExternalEdgeIPAddress.This value cannot be NULL.
Remarks
Instances of this class can only be updated.
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. |