Поделиться через


Класс WMI MSFC_VirtualFibrePortAttributes

Клиент WMI использует класс MSFC_VirtualFibrePortAttributes для получения свойств виртуального порта.

Класс MSFC_VirtualFibrePortAttributes определен в Npivwmi.mof следующим образом:

class MSFC_VirtualFibrePortAttributes  
{  
    [WmiDataId(1), Description("Status of the virtual port"):Amended,  
    uint32 Status;  
  
    [WmiDataId(2), Description("FC Id"):Amended]  
    uint32 FCId;  
      
    [WmiDataId(3), Description("Port symbolic name"):Amended]  
    uint16 VirtualName[64];  
  
    [WmiDataId(4), Description("An opaque tag passed in by the app. 128 bit so that a guid can be stored in it."):Amended]  
    uint8 Tag[16];  
  
    [WmiDataId(5), Description("The world wide port name of the virtual port"):Amended]  
    uint8 WWPN[8];   
  
    [WmiDataId(6), Description("The world wide node name of the virtual port"):Amended]  
    uint8 WWNN[8];   
  
    [WmiDataId(7), Description("The world wide node name of fabric"):Amended]  
    uint8 FabricWWN[8];  
};  

При компиляции с помощью набора средств WMI это определение класса создает следующую структуру данных:

MSFC_VirtualFibrePortAttributes

С этим классом WMI не связаны методы.