Microsoft.SystemCenter.VirtualMachineManager.VNic虚拟 NIC (已弃用)

Microsoft.SystemCenter.VirtualMachineManager.VNic (ClassType)

此抽象类型是所有 VMM 虚拟网络适配器的基类型

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  对象状态 对象状态 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  资产状态 资产状态 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  说明 说明 false 4000       
Microsoft.SystemCenter.VirtualMachineManager.VNic:
VMMId  string  虚拟网络适配器 ID false 256  False     
VMId  string  虚拟机 ID false 256  False     
Type  string  类型 false 256  False     
MACAddress  string  MAC 地址 false 256  False     
VLANEnabled  string  已启用 VLAN false 256  False     
VLANId  string  VLAN ID false 256  False     
LogicalNetwork  string  逻辑网络 false 256  False     
DeviceID  string  设备 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>