다음을 통해 공유


WMI 클래스 MSFC_FibrePortHBAStatistics

WMI 클라이언트는 MSFC_FibrePortHBAStatistics 클래스를 사용하여 HBA의 포트와 관련된 통계를 HBA 미니포트 드라이버에 쿼리합니다. MSFC_FibrePortHBAStatistics 클래스는 MSFC_HBAPortStatistics WMI 클래스 의 모든 정보와 포트에 대한 일부 식별자 정보를 보고합니다.

MSFC_FibrePortHBAStatistics 클래스는 Hbaapi.mof에서 다음과 같이 정의됩니다.

class MSFC_FibrePortHBAStatistics
{
    [key] 
    string InstanceName;
    boolean Active;
    [
     Description ("Unique identifier for the port. "
                   "This identifier must be unique "
                   "among all ports on all adapters."
                   "The same value for the identifier "
                   "must be used for the same port "
                   "in other classes that expose port "
                   "information") : amended,
     WmiRefClass("MSFC_FibrePort"),
     WmiRefProperty("UniquePortId"),
     WmiDataId(1)
    ]
    uint64 UniquePortId;
    [WmiDataId(2),
     HBA_STATUS_QUALIFIERS
    ]
    uint32 HBAStatus;
    // Note 4 byte padding
    [ WmiDataId(3) ]
    MSFC_HBAPortStatistics Statistics;
};

WMI 도구 모음에서 컴파일하는 경우 이 클래스 정의는 다음 데이터 구조를 생성합니다.

MSFC_FibrePortHBAStatistics

이 WMI 클래스와 연결된 메서드는 없습니다.