MSFC_FCAdapterHBAAttributes WMI 類別
支援 T11 委員會 光纖通道 HBA API 規格的 HBA 迷你埠驅動程式會使用 MSFC_FCAdapterHBAAttributes WMI 類別來公開與光纖通道適配卡相關聯的屬性資訊。
MSFC_FCAdapterHBAAttributes 類別的定義如下: Hbaapi.mof:
class MSFC_FCAdapterHBAAttributes {
[key]
string InstanceName;
boolean Active;
[Description ("Unique identifier for the adapter. This"
"identifier must be unique among all"
"adapters. The same value for the "
"identifier must be used for the same"
"adapter in other classes that expose"
"adapter information") : amended,
WmiRefClass("MSFC_FibreChannelAdapter"),
WmiRefProperty("UniqueAdapterId"),
WmiDataId(1)] uint64 UniqueAdapterId;
[HBA_STATUS_QUALIFIERS, WmiDataId(2)] HBA_STATUS HBAStatus;
[HBAType("HBA_WWN"),WmiDataId(3)] uint8 NodeWWN[8];
[WmiDataId(4)] uint32 VendorSpecificID;
[WmiDataId(5)] uint32 NumberOfPorts;
[WmiDataId(6)] string Manufacturer;
[MaxLen(64), WmiDataId(7)] string SerialNumber;
[MaxLen(256), WmiDataId(8)] string Model;
[MaxLen(256), WmiDataId(9)] string ModelDescription;
[MaxLen(256), WmiDataId(10)] string NodeSymbolicName;
[MaxLen(256), WmiDataId(11)] string HardwareVersion;
[MaxLen(256), WmiDataId(12)] string DriverVersion;
[MaxLen(256), WmiDataId(13)] string OptionROMVersion;
[MaxLen(256), WmiDataId(14)] string FirmwareVersion;
[MaxLen(256), WmiDataId(15)] string DriverName;
[MaxLen(256), WmiDataId(16)] string MfgDomain;
};
由 WMI 工具套件編譯時,此類別定義會產生下列數據結構:
沒有與這個 WMI 類別相關聯的方法。