TestimoX

API Reference

Class

HyperVVirtualNetworkAdapterInfo

Namespace ComputerX.HyperV
Assembly ComputerX
Modifiers sealed

Native Hyper-V virtual network adapter inventory gathered from the Hyper-V WMI v2 provider.

Inheritance

  • Object
  • HyperVVirtualNetworkAdapterInfo

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public HyperVVirtualNetworkAdapterInfo() #

Properties

public String ComputerName { get; set; } #
Display(Order = 0)

Target computer that was queried.

public String InstanceId { get; set; } #
Display(Order = 1)

WMI instance identity of the network adapter setting row.

public String VirtualMachineId { get; set; } #
Display(Order = 2)

Virtual machine identifier parsed from the WMI instance identity, when available.

public String Name { get; set; } #
Display(Order = 3)

Friendly adapter name.

public String AdapterKind { get; set; } #
Display(Order = 4)

WMI class or query source that produced the adapter row.

public String ResourceSubType { get; set; } #
Display(Order = 5)

Hyper-V network adapter resource subtype.

public Nullable<Int32> ResourceType { get; set; } #
Display(Order = 6)

Resource type value reported by WMI.

public String MacAddress { get; set; } #
Display(Order = 7)

MAC address reported by Hyper-V.

public Nullable<Boolean> StaticMacAddress { get; set; } #
Display(Order = 8)

Indicates whether the MAC address is statically assigned.

public IReadOnlyList<String> VirtualSystemIdentifiers { get; set; } #
Display(Order = 9)

Virtual system identifiers reported by WMI.

public IReadOnlyList<String> HostResources { get; set; } #
Display(Order = 10)

Optional host resource references reported by WMI.

public IReadOnlyList<String> Connections { get; set; } #
Display(Order = 11)

Optional connection references reported by WMI.

public String Parent { get; set; } #
Display(Order = 12)

Parent resource allocation identity, when reported.

public String PoolId { get; set; } #
Display(Order = 13)

Pool identifier reported by WMI.

public String DataSource { get; set; } #
Display(Order = 14)

Data source used to populate this object.