Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Een WMI-client maakt gebruik van de MSFC_NPIVLUNMappingInformationEx-klasse om LUN op te halen voor toewijzingsgegevens van virtuele poorten. Deze klasse bevat het poortnummer dat is gekoppeld aan de LUN.
De klasse MSFC_NPIVLUNMappingInformationEx wordt als volgt gedefinieerd in 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;
};
Wanneer deze klassedefinitie is gecompileerd door de WMI-hulpprogrammasuite, produceert deze klassedefinitie de volgende gegevensstructuur:
MSFC_NPIVLUNMappingInformationEx
Er zijn geen methoden gekoppeld aan deze WMI-klasse.