Microsoft.SystemCenter.VirtualMachineManager.VNicVirtual Nic (deprecated)

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
ElementIde622a7fb-a4df-bfe4-c4a9-fe5caa166616

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
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 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>