MSFC_FibrePortNPIVMethodsEx, ROOT\WMI
Class
| Methods (6)
| Properties (2)
| Qualifiers (7)
| Instances | Namespaces (2)
Samples: VB Script
| C#
| VB.Net
| Search on:Microsoft
Description NPIV operations that can be performed on a physical adapter which enable Fibre Channel in a Guest Virtual Machine
MSFC_FibrePortNPIVMethodsEx methods MSFC_FibrePortNPIVMethodsEx has 6 methods (6 Local )
MSFC_FibrePortNPIVMethodsEx properties MSFC_FibrePortNPIVMethodsEx has 2 properties (2 Local )
Name Origin CIMType
Active MSFC_FibrePortNPIVMethodsEx 11 [boolean]
key
InstanceName MSFC_FibrePortNPIVMethodsEx 8 [string]
Detailed description of MSFC_FibrePortNPIVMethodsEx methods Local methods (6) of MSFC_FibrePortNPIVMethodsEx class ▲ CreateVirtualPortEx methodReturn Parameters Name CIMType ID IN OUT Qualifiers Status uint32 0 - ✓ {'Description':'Return code','ValueMap':['0x0', '0x1', '0x2', '0x3', '0x4', '0x5', '0x6', '0x7', '0x8', '0x9', '0XD'],'Values':['NPIV_SUCCESS', 'NPIV_UNKNOWN_ERROR', 'NPIV_NOT_SUPPORTED_HOST', 'NPIV_NOT_SUPPORTED_FABRIC', 'NPIV_OUT_OF_RESOURCES', 'NPIV_MAX_VPORT_COUNT', 'NPIV_WWPN_IN_USE', 'NPIV_WWPN_INVALID_FORMAT', 'NPIV_LINK_DOWN', 'NPIV_WWPN_NOT_FOUND', 'NPIV_AUTHENTICATION_FAILED']} WWPN uint8 1 ✓ - {'Description':'The world wide port name of the virtual port to create','MAX':8} WWNN uint8 2 ✓ - {'Description':'The world wide node name to associate with the created virtual port','MAX':8} Tag uint8 3 ✓ - {'Description':'An opaque tag passed in by the app. 128 bit so that a guid can be stored in it.','MAX':16} VirtualName uint16 4 ✓ - {'Description':'Port symbolic name','MAX':64}
Description 'Create a virtual port on behalf of a Guest Virtual Machine with a specific WWPN with no authentication mechanism.' Implemented True WmiMethodId 3 CreateVirtualPortEx method is in 1 class (MSFC_FibrePortNPIVMethodsEx) of ROOT\WMI and in 1 namespace
▲ CreateVirtualPortExUsingDHCHAP methodReturn Parameters Name CIMType ID IN OUT Qualifiers Status uint32 0 - ✓ {'Description':'Return code','ValueMap':['0x0', '0x1', '0x2', '0x3', '0x4', '0x5', '0x6', '0x7', '0x8', '0x9', '0xA', '0xB', '0xC', '0xD', '0xE'],'Values':['NPIV_SUCCESS', 'NPIV_UNKNOWN_ERROR', 'NPIV_NOT_SUPPORTED_HOST', 'NPIV_NOT_SUPPORTED_FABRIC', 'NPIV_OUT_OF_RESOURCES', 'NPIV_MAX_VPORT_COUNT', 'NPIV_WWPN_IN_USE', 'NPIV_WWPN_INVALID_FORMAT', 'NPIV_LINK_DOWN', 'NPIV_WWPN_NOT_FOUND', 'NPIV_AUTHENTICATION_MECHANISM_NOT_USABLE', 'NPIV_HASH_FUNCTION_NOT_USABLE', 'NPIV_AUTHENTICATION_TRANSACTION_ALREADY_STARTED', 'NPIV_AUTHENTICATION_FAILED', 'NPIV_UNSUPPORTED_PROTOCOL_VERSION']} WWPN uint8 1 ✓ - {'Description':'The world wide port name of the virtual port to create','MAX':8} WWNN uint8 2 ✓ - {'Description':'The world wide node name to associate with the created virtual port','MAX':8} Tag uint8 3 ✓ - {'Description':'An opaque tag passed in by the app. 128 bit so that a guid can be stored in it.','MAX':16} VirtualName uint16 4 ✓ - {'Description':'Port symbolic name','MAX':64} CHAP object :MSFC_DH_Chap_Parameters 5 ✓ - {'Description':'Parameters necessary to respond to a DH-CHAP challenge.'}
Description 'Create a virtual port on behalf of a Guest Virtual Machine with a specific WWPN using DH-CHAP for unidirectional authentication of the N_Port by the FibreChannel fabric.' Implemented True WmiMethodId 4 CreateVirtualPortExUsingDHCHAP method is in 1 class (MSFC_FibrePortNPIVMethodsEx) of ROOT\WMI and in 1 namespace
▲ RemoveChapForPhysicalPort methodReturn Parameters Name CIMType ID IN OUT Qualifiers Status uint32 0 - ✓ {'Description':'Return code','ValueMap':['0', '1'],'Values':['NPIV_SUCCESS', 'NPIV_UNKNOWN_ERROR']}
Description 'Disable DH-CHAP for the Physical Port of a Fibre Channel HBA.' Implemented True WmiMethodId 2 RemoveChapForPhysicalPort method is in 1 class (MSFC_FibrePortNPIVMethodsEx) of ROOT\WMI and in 1 namespace
▲ RemoveVirtualPortEx methodReturn Parameters Name CIMType ID IN OUT Qualifiers Status uint32 0 - ✓ {'Description':'Return code','ValueMap':['0x0', '0x1', '0x2', '0x3', '0x4', '0x5', '0x6', '0x7', '0x8', '0x9'],'Values':['NPIV_SUCCESS', 'NPIV_UNKNOWN_ERROR', 'NPIV_NOT_SUPPORTED_HOST', 'NPIV_NOT_SUPPORTED_FABRIC', 'NPIV_OUT_OF_RESOURCES', 'NPIV_MAX_VPORT_COUNT', 'NPIV_WWPN_IN_USE', 'NPIV_WWPN_INVALID_FORMAT', 'NPIV_LINK_DOWN', 'NPIV_WWPN_NOT_FOUND']} WWPN uint8 1 ✓ - {'Description':'The world wide port name of the virtual port','MAX':8}
Description 'Remove a virtual port ' Implemented True WmiMethodId 5 RemoveVirtualPortEx method is in 1 class (MSFC_FibrePortNPIVMethodsEx) of ROOT\WMI and in 1 namespace
▲ RescanVirtualPort methodReturn Parameters Name CIMType ID IN OUT Qualifiers Status uint32 0 - ✓ {'Description':'Return Code','ValueMap':['0x0', '0x1', '0x8', '0x9'],'Values':['NPIV_SUCCESS', 'NPIV_UNKNOWN_ERROR', 'NPIV_LINK_DOWN', 'NPIV_WWPN_NOT_FOUND']} WWPN uint8 1 ✓ - {'Description':'The world wide port name of the virtual port','MAX':8}
Description 'Rescan virtual port, including all logical buses associated with that port. Miniport is expected to notify Storport for targeted bus rescan' Implemented True WmiMethodId 6 RescanVirtualPort method is in 1 class (MSFC_FibrePortNPIVMethodsEx) of ROOT\WMI and in 1 namespace
▲ SetChapForPhysicalPort methodReturn Parameters Name CIMType ID IN OUT Qualifiers Status uint32 0 - ✓ {'Description':'Return code','ValueMap':['0x0', '0x1', '0x2', '0x3', '0x4', '0xA', '0xB', '0xC', '0xD', '0xE'],'Values':['NPIV_SUCCESS', 'NPIV_UNKNOWN_ERROR', 'NPIV_NOT_SUPPORTED_HOST', 'NPIV_NOT_SUPPORTED_FABRIC', 'NPIV_OUT_OF_RESOURCES', 'NPIV_AUTHENTICATION_MECHANISM_NOT_USABLE', 'NPIV_HASH_FUNCTION_NOT_USABLE', 'NPIV_AUTHENTICATION_TRANSACTION_ALREADY_STARTED', 'NPIV_AUTHENTICATION_FAILED', 'NPIV_UNSUPPORTED_PROTOCOL_VERSION']} CHAP object :MSFC_DH_Chap_Parameters 1 ✓ - {'Description':'Parameters necessary to respond to a DH-CHAP challenge.'}
Description 'Enable DH-CHAP for the Physical Port of a Fibre Channel HBA, allowing for unidirectional authentication of the physical port by the Fibre Channel fabric.' Implemented True WmiMethodId 1 SetChapForPhysicalPort method is in 1 class (MSFC_FibrePortNPIVMethodsEx) of ROOT\WMI and in 1 namespace
Detailed description of MSFC_FibrePortNPIVMethodsEx properties Local properties (2) of MSFC_FibrePortNPIVMethodsEx class
MSFC_FibrePortNPIVMethodsEx Qualifiers Name Value ToInstance ToSubclass Overridable Amended Local
cpp_quote ' //*************************************************************************** // // This class defines methods which allow Hyper-V to create, delete and // manipulate virtual ports for use on behalf of virtual machines. // //*************************************************************************** ' ✗ ✗ ✓ ✗ ✓
Description 'NPIV operations that can be performed on a physical adapter which enable Fibre Channel in a Guest Virtual Machine' ✗ ✗ ✓ ✓ ✓
dynamic True ✓ ✗ ✓ ✗ ✓
guid '{4135419a-2ebe-472b-a8c8-8416ca2ae1d8}' ✗ ✗ ✓ ✗ ✓
Locale 1033 ✗ ✗ ✓ ✓ ✓
provider 'WmiProv' ✗ ✗ ✓ ✗ ✓
WMI True ✗ ✗ ✓ ✗ ✓
MSFC_FibrePortNPIVMethodsEx System properties Name Value Origin CIMType Local Array
__PATH '\\.\ROOT\WMI:MSFC_FibrePortNPIVMethodsEx' ___SYSTEM 8 ✗ ✗
__NAMESPACE 'ROOT\WMI' ___SYSTEM 8 ✗ ✗
__SERVER '.' ___SYSTEM 8 ✗ ✗
__DERIVATION [] ___SYSTEM 8 ✗ ✓
__PROPERTY_COUNT 2 ___SYSTEM 3 ✗ ✗
__RELPATH 'MSFC_FibrePortNPIVMethodsEx ' ___SYSTEM 8 ✗ ✗
__DYNASTY 'MSFC_FibrePortNPIVMethodsEx ' ___SYSTEM 8 ✗ ✗
__SUPERCLASS null ___SYSTEM 8 ✗ ✗
__CLASS 'MSFC_FibrePortNPIVMethodsEx ' ___SYSTEM 8 ✗ ✗
__GENUS 1 ___SYSTEM 3 ✗ ✗
Similar Classes to MSFC_FibrePortNPIVMethodsEx Number of classes:351
Please enable JavaScript to view the comments powered by Disqus.
comments powered by