Msvm_FcActiveConnection class

Connects a switch port to the Fibre Channel endpoint to which the port is connected. The existence of this object means that the switch port and the Fibre Channel endpoint are actively connected, and the Fibre Channel port associated with the Fibre Channel endpoint can communicate with the network through the switch port.

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

Syntax

[Association, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_FcActiveConnection : CIM_ActiveConnection
{
  Msvm_FcEndpoint REF Antecedent;
  Msvm_FcEndpoint REF Dependent;
  uint16              TrafficType;
  string              OtherTrafficDescription;
  boolean             IsUnidirectional;
};

Members

The Msvm_FcActiveConnection class has these types of members:

Properties

The Msvm_FcActiveConnection class has these properties.

Antecedent

Data type: Msvm_FcEndpoint

Access type: Read-only

Qualifiers: Override ("Antecedent")

A reference to an instance of the Msvm_FcEndpoint class that represents the service access point (SAP) that is configured to communicate or is actively communicating with the dependent SAP. In a unidirectional connection, this SAP is the one that is transmitting.

Dependent

Data type: Msvm_FcEndpoint

Access type: Read-only

Qualifiers: Override ("Dependent")

A reference to an instance of the Msvm_FcEndpoint class that represents the SAP that is configured to communicate or is actively communicating with the antecedent SAP. In a unidirectional connection, this SAP is the one that is receiving.

IsUnidirectional

Data type: boolean

Access type: Read-only

If this property is True, this connection is unidirectional; otherwise, this connection is bidirectional. When a connection is unidirectional, the "speaker" should be defined as the Antecedent reference. In a bidirectional connection, it does not matter whether the selected access point is the Antecedent or Dependent. This property is inherited from CIM_ActiveConnection.

OtherTrafficDescription

Data type: string

Access type: Read-only

This property is inherited from CIM_ActiveConnection, but it is not used.

TrafficType

Data type: uint16

Access type: Read-only

This property is inherited from CIM_ActiveConnection, but it is not used.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Namespace
Root\Virtualization\V2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe