Share via


MSFT_SIPDomainData

The MSFT_SIPDomainData class defines an entry in the list of domains served by the running Live Communications Server.

The following syntax is simplified from MOF code and includes all inherited properties.

class MSFT_SIPDomainData
{
  [key] string Address;
};

Methods

This class has no methods.

Properties

The MSFT_SIPDomainData class has the following property.

  • Address
    Data type: [key] string

    A FQDN (fully qualified domain name) of a domain handled by the Live Communications Server.

    This property is required on creation.

Remarks

This class represents a single entry in a list of domains. Domain addresses can include the "*" (wildcard) character; for example, the address "*.example.com" can be used to represent all subdomains within the example domain. When determining domain service for an incoming request, the most-specific domain address is always chosen. For PutInstance operations only WBEM_FLAG_CREATE_OR_UPDATE is supported.

Instances of this class can be created or deleted, but not updated.

Requirements

Server: Requires Windows Server 2003 with Live Communications Server 2005.
Namespace: Included in \root\cimv2.

See Also

MSFT_SIPESGlobalRegistrarSetting, Live Communications Server WMI Reference