CIM_ForwardsAmong class

Represents the dependency that exists between the protocol endpoints that are used to forward data and the forwarding service that is performing the forwarding of data.

Important  The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

class CIM_ForwardsAmong : CIM_ServiceSAPDependency
{
  CIM_ProtocolEndpoint  REF Antecedent;
  CIM_ForwardingService REF Dependent;
};

Members

The CIM_ForwardsAmong class has these types of members:

  • Properties

Properties

The CIM_ForwardsAmong class has these properties.

Antecedent

Data type: CIM_ProtocolEndpoint

Access type: Read-only

The protocol endpoints that are used to forward the data.

Dependent

Data type: CIM_ForwardingService

Access type: Read-only

The service that forwards the data.

Requirements

Namespace

Root\CIMV2

See also

CIM_ServiceSAPDependency