Msvm_NetworkConnectionDiagnosticSettingData class

Represents the settings used to test the network connectivity of a virtual machine. Used by the DiagnoseNetworkConnection method of the Msvm_VirtualSystemManagementService class.

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

Syntax

[AMENDMENT]
class Msvm_NetworkConnectionDiagnosticSettingData : CIM_SettingData
{
  boolean IsSender;
  string  SenderIP;
  string  ReceiverIP;
  string  ReceiverMac;
  uint32  IsolationId;
  uint32  SequenceNumber;
  uint32  PayloadSize;
};

Members

The Msvm_NetworkConnectionDiagnosticSettingData class has these types of members:

Properties

The Msvm_NetworkConnectionDiagnosticSettingData class has these properties.

IsolationId

Data type: uint32

Access type: Read/write

The Isolation ID.

IsSender

Data type: boolean

Access type: Read/write

Indicates whether this method is being invoked at the sender or the receiver.

PayloadSize

Data type: uint32

Access type: Read/write

The payload size.

ReceiverIP

Data type: string

Access type: Read/write

The receiver IP address.

ReceiverMac

Data type: string

Access type: Read/write

The receiver MAC address.

SenderIP

Data type: string

Access type: Read/write

The sender IP address.

SequenceNumber

Data type: uint32

Access type: Read/write

The sequence number.

Requirements

Requirement Value
Minimum supported client
Windows 10, version 1703 [desktop apps only]
Minimum supported server
Windows Server 2016
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_SettingData