Microsoft.SystemCenter.VirtualMachineManager.VNicVirtual Nic

Microsoft.SystemCenter.VirtualMachineManager.VNic (ClassType)

This abstract type is the base type for all VMM virtual network adapters

Element properties:

Base ClassSystem.VirtualHardwareComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId36167750-16c9-ba6b-b188-68d138e614e2

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.SystemCenter.VirtualMachineManager.VNic:
VMMId  string  Virtual network adapter Id false 256  False 
VMId  string  Virtual Machine Id false 256  False 
Type  string  Type false 256  False 
MACAddress  string  MAC address false 256  False 
VLANEnabled  string  vLAN enabled false 256  False 
VLANId  string  vLAN Id false 256  False 
LogicalNetwork  string  Logical network Id false 256  False 
DeviceID  string  Device Id false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.VNic" Accessibility="Public" Abstract="true" Base="SystemVirtLib!System.VirtualHardwareComponent" Hosted="false" Singleton="false">
<Property ID="VMMId" Type="string" Key="false"/>
<Property ID="VMId" Type="string" Key="false"/>
<Property ID="Type" Type="string" Key="false"/>
<Property ID="MACAddress" Type="string" Key="false"/>
<Property ID="VLANEnabled" Type="string" Key="false"/>
<Property ID="VLANId" Type="string" Key="false"/>
<Property ID="LogicalNetwork" Type="string" Key="false"/>
<Property ID="DeviceID" Type="string" Key="false"/>
</ClassType>