MSFC_VirtualFibrePortAttributes structure (npivwmi.h)

The MSFC_VirtualFibrePortAttributes structure contains attribute information for a virtual port.

Syntax

typedef struct _MSFC_VirtualFibrePortAttributes {
  ULONG  Status;
  ULONG  FCId;
  USHORT VirtualName[64];
  UCHAR  Tag[16];
  UCHAR  WWPN[8];
  UCHAR  WWNN[8];
  UCHAR  FabricWWN[8];
} MSFC_VirtualFibrePortAttributes, *PMSFC_VirtualFibrePortAttributes;

Members

Status

The virtual port status.

FCId

The fabric ID of the virtual port.

VirtualName[64]

The symbolic name of the virtual port.

Tag[16]

A value for identifying the virtual port. This member provides a 128-bit width to accommodate a unique identifier.

WWPN[8]

The world wide port name of the physical port.

WWNN[8]

The world wide node name of the physical port.

FabricWWN[8]

The world wide port name of the fabric.

Requirements

Requirement Value
Header npivwmi.h (include Npivwmi.h)

See also

MSFC_VirtualFibrePortAttributes WMI Class