MSFC_NPIVLUNMappingInformationEx WMI 클래스

WMI 클라이언트는 MSFC_NPIVLUNMappingInformationEx 클래스를 사용하여 가상 포트 매핑 정보에 대한 LUN을 검색합니다. 이 클래스에는 LUN과 연결된 포트 번호가 포함됩니다.

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

    class MSFC_NPIVLUNMappingInformationEx
    {
        [WmiDataId(1), Description("The world wide port name of the virtual port"):Amended]
        uint8 WWPNVirtualPort[8];
    
        [WmiDataId(2), Description("The world wide port name of the physical port"):Amended]
        uint8 WWPNPhysicalPort[8];
    
        [WmiDataId(3),
         Description("The SCSI Port ID associated with this LUN, matching the SCSI_ADDRESS"):Amended,
         read
        ]
        uint8 PortNumber;
    
        [WmiDataId(4),
         Description("The SCSI Path ID associated with this LUN, matching the SCSI_ADDRESS"):Amended,
         read
        ] uint8 OSBus;
    
        [WmiDataId(5),
         Description("The SCSI Target ID associated with this LUN, matching the SCSI_ADDRESS"):Amended,
         read
        ] uint8 OSTarget;
    
        [WmiDataId(6),
         Description("The SCSI LUN, matching the SCSI_ADDRESS"):Amended,
         read
        ] uint8 OSLUN;
    };

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

MSFC_NPIVLUNMappingInformationEx

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