Compartir a través de


MSFT_SMFCPortToProtocolEndpoint class

Represents a relationship between a Fibre Channel (FC) port and a protocol endpoint.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Association, dynamic, provider("WMIStorage")]
class MSFT_SMFCPortToProtocolEndpoint
{
  MSFT_SMFCPort           REF Parent;
  MSFT_SMProtocolEndpoint REF Child;
};

Members

The MSFT_SMFCPortToProtocolEndpoint class has these types of members:

Properties

The MSFT_SMFCPortToProtocolEndpoint class has these properties.

Child

Data type: MSFT_SMProtocolEndpoint

Access type: Read-only

Qualifiers: Key

A reference to the MSFT_SMProtocolEndpoint object that represents the protocol endpoint in the relationship.

Parent

Data type: MSFT_SMFCPort

Access type: Read-only

Qualifiers: Key

A reference to the MSFT_SMFCPort object that represents the FC port in the relationship.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\Storage\SM
MOF
MsftStrgMan.mof
DLL
StorageService.dll

See also

Windows Storage Management WMI Provider