Microsoft.SystemCenter.VirtualMachineManager.2008.VirtualNetworkAdapterVirtual Network Adapter

Microsoft.SystemCenter.VirtualMachineManager.2008.VirtualNetworkAdapter (ClassType)

Element properties:

Base ClassSystem.Device
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf57d863c-6569-7cb3-ea78-466e27543c02

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.2008.VirtualNetworkAdapter:
VNICId  string  Virtual network adapter Id true 255  False 
Type  string  Type false 255  False 
MACAddress  string  MAC address false 255  False 
VLANEnabled  string  vLAN enabled false 255  False 
VLANId  string  vLAN Id false 255  False 
NetworkLocation  string  Network location false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.2008.VirtualNetworkAdapter" Abstract="false" Accessibility="Public" Base="System!System.Device" Hosted="false" Singleton="false">
<Property ID="VNICId" Type="string" Key="true" CaseSensitive="false" Length="255"/>
<Property ID="Type" Type="string" Key="false" CaseSensitive="false" Length="255"/>
<Property ID="MACAddress" Type="string" Key="false" CaseSensitive="false" Length="255"/>
<Property ID="VLANEnabled" Type="string" Key="false" CaseSensitive="false" Length="255"/>
<Property ID="VLANId" Type="string" Key="false" CaseSensitive="false" Length="255"/>
<Property ID="NetworkLocation" Type="string" Key="false" CaseSensitive="false" Length="255"/>
</ClassType>