MSFT_TargetPortal class
Represents a target portal.
A target portal is an endpoint that is used by IP-based storage networks, such as iSCSI. It provides to initiators the IP addresses where they can discover target ports.
The following syntax is simplified from Managed Object Format (MOF) code.
Syntax
class MSFT_TargetPortal : MSFT_StorageObject
{
String IPv4Address;
String IPv6Address;
String SubnetMask;
UInt32 PortNumber;
};
Members
The MSFT_TargetPortal class has these types of members:
Properties
The MSFT_TargetPortal class has these properties.
IPv4Address
Data type: String
Access type: Read-only
The IPv4 address that the target portal uses.
IPv6Address
Data type: String
Access type: Read-only
The IPv6 address that the target portal uses.
PortNumber
Data type: UInt32
Access type: Read-only
The port number that is used by the target portal.
SubnetMask
Data type: String
Access type: Read-only
The subnet mask for the IPv4 address of the target portal, if a subnet mask is defined.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Namespace | Root\Microsoft\Windows\Storage |
MOF | Storagewmi.mof |