次の方法で共有


MSFT_SMiSCSIPortalEndpoint class

Represents an endpoint of an iSCSI portal.

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

Windows Server 2012 R2 and Windows Server 2012: This class does not inherit from MSFT_SMStorageObject which is new for Windows Server 2016.

Syntax

[dynamic, provider("WMIStorage"), AMENDMENT]
class MSFT_SMiSCSIPortalEndpoint : MSFT_SMStorageObject
{
  String ObjectId;
  String Identifier;
  string IPv4Address;
  string IPv6Address;
  string SubnetMask;
  uint16 IPEndpointOpStatus[];
  uint32 PortNumber;
  uint16 TCPEndpointOpStatus[];
};

Members

The MSFT_SMiSCSIPortalEndpoint class has these types of members:

Properties

The MSFT_SMiSCSIPortalEndpoint class has these properties.

Identifier

Data type: String

Access type: Read-only

Qualifiers: Required

The ID of the logical instance of the object. This ID must be unique within the scope of the storage system.

This property is inherited from MSFT_SMStorageObject.

Windows Server 2012 R2 and Windows Server 2012: This property is present, but is not inherited from MSFT_SMStorageObject .

IPEndpointOpStatus

Data type: uint16 array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_ManagedSystemElement.OperationalStatus")

The current statuses of the iSCSI IP endpoint element.

The possible values are.

Unknown (0)

Other (1)

OK (2)

Degraded (3)

Stressed (4)

Predictive Failure (5)

Error (6)

Non-Recoverable Error (7)

Starting (8)

Stopping (9)

Stopped (10)

In Service (11)

No Contact (12)

Lost Communication (13)

Aborted (14)

Dormant (15)

Supporting Entity in Error (16)

Completed (17)

Power Mode (18)

IPv4Address

Data type: string

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_IPProtocolEndpoint.IPv4Address")

The IPv4 address of the endpoint.

IPv6Address

Data type: string

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_IPProtocolEndpoint.IPv6Address")

The IPv6 address of the endpoint.

ObjectId

Data type: String

Access type: Read-only

Qualifiers: Key, Required

The ID of this class instance. This ID must be unique within the scope of the Windows Storage Management server that hosts the provider object.

This property is inherited from MSFT_SMStorageObject.

Windows Server 2012 R2 and Windows Server 2012: This property is present, but is not inherited from MSFT_SMStorageObject .

PortNumber

Data type: uint32

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_TCPProtocolEndpoint.PortNumber")

The TCP port number.

SubnetMask

Data type: string

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_IPProtocolEndpoint.SubnetMask")

The mask for the IPv4 address of the endpoint, if one is defined.

TCPEndpointOpStatus

Data type: uint16 array

Access type: Read-only

Qualifiers: ArrayType ("Indexed"), ModelCorrespondence ("CIM_ManagedSystemElement.OperationalStatus")

The current statuses of the iSCSI TCP endpoint element.

The possible values are.

Unknown (0)

Other (1)

OK (2)

Degraded (3)

Stressed (4)

Predictive Failure (5)

Error (6)

Non-Recoverable Error (7)

Starting (8)

Stopping (9)

Stopped (10)

In Service (11)

No Contact (12)

Lost Communication (13)

Aborted (14)

Dormant (15)

Supporting Entity in Error (16)

Completed (17)

Power Mode (18)

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

MSFT_SMStorageObject

Windows Storage Management WMI Provider