| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Program Files (x86)/Windows Kits/10/Include/10.0.19041.0/um/ |
Upload File : |
//============================================================================
// Copyright (C) Microsoft Corporation, All rights reserved.
//============================================================================
//
[ClassVersion( "1.0" ), Abstract, Description(
"TargetPortal is an endpoint used by IP based storage networks (such as iSCSI). It provides "
"initiators the IP address for which they should discover target ports on."
)]
class MSFT_TargetPortal : MSFT_StorageObject
{
[Read, Description(
"The IPv4 address that this portal / endpoint uses."
)]
String IPv4Address;
[Read, Description(
"The IPv6 address that this portal / endpoint uses."
)]
String IPv6Address;
[Read, Description(
"The mask for the IPv4 address of this portal / endpoint, if one is defined."
)]
String SubnetMask;
[Read, Description(
"The port number used by this portal / endpoint"
)]
UInt32 PortNumber;
};