Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Tests the network connectivity of a VM in a Windows network virtualization environment.
Syntax
uint32 TestNetworkConnection(
[in] Msvm_EthernetPortAllocationSettingData REF TargetNetworkAdapter,
[in] boolean IsSender,
[in] string SenderIP,
[in] string ReceiverIP,
[in] string ReceiverMac,
[in] uint32 IsolationId,
[in] uint32 SequenceNumber,
[out] uint32 RoundTripTime,
[out] CIM_ConcreteJob REF Job
);
Parameters
-
TargetNetworkAdapter [in]
-
Reference to a Msvm_EthernetPortAllocationSettingData describing the target network adapter.
-
IsSender [in]
-
Indicates whether this method is being invoked at the sender or the receiver.
-
SenderIP [in]
-
The sender IP address.
-
ReceiverIP [in]
-
The sender Mac address.
-
ReceiverMac [in]
-
The sender Mac address.
-
IsolationId [in]
-
The Isolation ID.
-
SequenceNumber [in]
-
The Isolation ID.
-
RoundTripTime [out]
-
The round trip time.
-
Job [out]
-
If the operation is performed asynchronously, this method will return 4096, and this parameter will contain a reference to an object derived from CIM_ConcreteJob.
Return value
This method returns one of the following values.
-
Completed with No Error (0)
-
Not Supported (1)
-
Failed (2)
-
Timeout (3)
-
Invalid Parameter (4)
-
DMTF Reserved (..)
-
Method Parameters Checked - Job Started (4096)
-
Method Reserved (4097..32767)
-
Vendor Specific (32768..65535)
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8.1 |
Minimum supported server |
Windows Server 2012 R2 |
Namespace |
Root\virtualization\v2 |
MOF |
|
DLL |
|