MSFC_VirtualFibrePortAttributes WMI 클래스
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 클래스와 연결된 메서드는 없습니다.