MSFT_SIPMediaRelaySetting class

 
Communications Server 2007 Server SDK Documentation

MSFT_SIPMediaRelaySetting

Exposes the settings for a Media Relay on an Audio/Video Edge Server.

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.

class MSFT_SIPMediaRelaySetting
{
  uint32 AuthenticationChallengeTimeout;
  uint8[] BankCertIssuer;
  uint8[] BankCertSN;
  uint32 ConnectionTimeout;
  string ExternalFQDN;
  [key] string InstanceID;
  uint32 MaximumPortAllocationLimit;
  uint32 MaximumTokenLifetime;
  boolean ResolveExternalFQDN;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPMediaRelaySetting class has the following properties.

  • AuthenticationChallengeTimeout
    Data type: uint32

    Access type: Read/Write

    Internal use only. Do not modify.

  • BankCertIssuer
    Data type: uint8[]

    Access type: Read/Write

    Optional. A byte array representing the certificate authority that issued the user authentication certificate.

  • BankCertSN
    Data type: uint8[]

    Access type: Read/Write

    Optional. A byte array representing the serial number of the user authentication certificate.

  • ConnectionTimeout
    Data type: uint32

    Access type: Read/Write

    Internal use only. Do not modify.

  • ExternalFQDN
    Data type: string

    Access type: Read/Write

    Required. Specifies the fully qualified domain name (FQDN) of the public interface.

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

  • MaximumPortAllocationLimit
    Data type: uint32

    Access type: Read/Write

    Internal use only. Do not modify.

  • MaximumTokenLifetime
    Data type: uint32

    Access type: Read/Write

    Required. The maximum lifetime in minutes for the credentials issued by the Authentication Service.

    The minimum value for this property is 1 and the maximum value is 525600.

    The default value is 480.

  • ResolveExternalFQDN
    Data type: boolean

    Access type: Read/Write

    Internal use only. Do not modify.

Remarks

This class gets and sets information at the following level(s): WMI.

Only one instance of this class can be present.

Except for BankCertSN and BankCertIssuer, a change in the value of any property in this class requires a restart of the A/V Authentication Service.

Instances of this class support the following interface methods:

  • Provider::EnumerateInstances();

  • Provider::GetObject();

  • Provider::PutInstance();

    Where PutInstance() supports the following flag(s):

    • WBEM_FLAG_CREATE_ONLY
    • WBEM_FLAG_UPDATE_ONLY
    • WBEM_FLAG_CREATE_OR_UPDATE

Requirements

Server: Installed on computers serving the following role(s): Audio/Video Edge Server.
Namespace: Defined in \root\cimv2.

See Also

Communications Server WMI Reference

  
  What did you think of this topic?
  © 2007 Microsoft Corporation. All rights reserved.