MSFT_SIPFederationInternalEdgeSetting

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.

Exposes properties for configuring the internal edge of Access Edge Server.

MSFT_SIPFederationInternalEdgeSetting

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_SIPFederationInternalEdgeSetting
{
  [key] string InstanceID;
  string InternalNextHop;
  uint32 InternalNextHopPort;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPFederationInternalEdgeSetting class has the following properties.

  • InstanceID
    Data type: [key] string

    Access type: Read-only

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

  • InternalNextHop
    Data type: string

    Access type: Read/Write

    Required. The fully qualified domain name (FQDN) of the next-hop server along the route from Access Edge Server to one of the internal servers.

    The value must be an FQDN. An IP address is not allowed.

  • InternalNextHopPort
    Data type: uint32

    Access type: Read/Write

    Optional. The port number for the sever specified in the InternalNextHop property.

    The minimum value for this property is 1 and the maximum value is 65535. The value can be NULL.

    The default value is 5061.

Remarks

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

Only one instance of this class can be present.

Instances of this class support the following interface methods:

  • Provider::EnumerateInstances();

  • 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: Access Edge Server.

Namespace: Defined in \root\cimv2.

See Also

Concepts

Office Communications Server WMI Reference