Microsoft.SystemCenter.VirtualMachineManager.VNicVirtuele NIC (afgeschaft)

Microsoft.SystemCenter.VirtualMachineManager.VNic (ClassType)

Dit abstracte type is het basistype voor alle VMM virtuele netwerkadapters

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (NLD) Description (NLD) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Weergavenaam Weergavenaam van het object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Objectstatus Objectstatus false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Activumstatus Activumstatus false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notities Notities false 4000       
Microsoft.SystemCenter.VirtualMachineManager.VNic:
VMMId  string  Virtuelenetwerkadapter-id false 256  False     
VMId  string  Virtuelemachine-id false 256  False     
Type  string  Type false 256  False     
MACAddress  string  MAC-adres false 256  False     
VLANEnabled  string  vLAN ingeschakeld false 256  False     
VLANId  string  vLAN-id false 256  False     
LogicalNetwork  string  Logisch netwerk false 256  False     
DeviceID  string  Apparaat-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>