Msvm_VirtualSystemMigrationNetworkSettingData class

Represents the network on which the virtual system migration service is listening for incoming virtual system migration.

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

Syntax

[Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_VirtualSystemMigrationNetworkSettingData : CIM_SettingData
{
  string InstanceID;
  string Caption;
  string Description;
  string ElementName;
  string SubnetNumber;
  uint8  PrefixLength;
  uint32 Metric;
  string Tags[];
};

Members

The Msvm_VirtualSystemMigrationNetworkSettingData class has these types of members:

Properties

The Msvm_VirtualSystemMigrationNetworkSettingData class has these properties.

Caption

Data type: string

Access type: Read-only

A short description of the object. This property is inherited from the CIM_ManagedElement class.

Description

Data type: string

Access type: Read-only

A description of the object. This property is inherited from CIM_ManagedElement.

ElementName

Data type: string

Access type: Read-only

A display name for the object. This property is inherited from CIM_SettingData.

InstanceID

Data type: string

Access type: Read-only

Qualifiers: Key

Uniquely identifies an instance of this class. This property is inherited from CIM_ManagedElement.

Metric

Data type: uint32

Access type: Read-only

The priority metric of this network for migration. Lower values are higher in priority.

PrefixLength

Data type: uint8

Access type: Read-only

The migration network subnet prefix length.

SubnetNumber

Data type: string

Access type: Read-only

The migration network subnet number.

Tags

Data type: string array

Access type: Read-only

An array of tags to represent which management system has set this network for virtual system migration service.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Namespace
Root\Virtualization\V2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_SettingData

ModifyNetworkSettings