MSFT_SIPQMSMonitoredMediationServer (New)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Defines monitoring for Mediation Server.

The properties in the MSFT_SIPQMSMonitoredMediationServer class do not map directly to the Office Communications Server 2007 R2 Administration Tool.

MSFT_SIPQMSMonitoredMediationServer

Reserved for internal use. Do not alter or delete this class.

Properties for this class are populated by the monitoring database during an insert.

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.

Syntax

class MSFT_SIPQMSMonitoredMediationServer
{
  [key] string Backend;
  string FQDN;
  [key] string InstanceID;
  boolean Monitored;
  sint32 NextUpdateTS;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPQMSMonitoredMediationServer class has the following properties.

  • Backend
    Data type: [key] string

    Access type: Read-only

    Required: Identifies the instance of SQL Server that manages the database for Monitoring Server.

    This property specifies the database server using the following format:

    computername\instancename

    The value computername identifies either the FQDN or the NetBIOS name of the host computer for SQL Server and instancename identifies a named instance of SQL Server on the host computer.

    The maximum length of the string is 273 characters.

  • FQDN
    Data type: string

    Access type: Read/Write

    Required. The fully qualified domain name (FQDN) of Office Communications Server.

    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}".

  • Monitored
    Data type: boolean

    Access type: Read/Write

    Required. Whether a Performance Monitor counter instance is created.

  • NextUpdateTS
    Data type: sint32

    Access type: Read/Write

    Required. Specifies the next update for the field. This is set to the current time (DateTime.Now) plus one day when the current time is greater than this value.

    This is used for purging purposes.

Remarks

This class gets and sets information at the following level: SQL.

Instances of this class support the following interface methods:

  • Provider::GetObject();

  • Provider::PutInstance();

    Where PutInstance() supports the following flags:

    • WBEM_FLAG_CREATE_ONLY

    • WBEM_FLAG_UPDATE_ONLY

    • WBEM_FLAG_CREATE_OR_UPDATE

Requirements

Server: Installed on computers serving the following role: Monitoring Server.

Namespace: Defined in \root\cimv2.

See Also

Concepts

Office Communications Server WMI Reference