Microsoft.SystemCenter.VirtualMachineManager.Network.VNic虚拟 Nic

Microsoft.SystemCenter.VirtualMachineManager.Network.VNic (ClassType)

此抽象类型是所有 VMM 虚拟 nic 的基本类型

Element properties:

Base ClassMicrosoft.SystemCenter.VirtualMachineManager.Network.VirtualNetworkAdapter
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdba265335-b546-af6a-8ef4-4b9c6ccce3d0

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.Network.VirtualNetworkAdapter:
DeviceId  string  设备 Id true 256  False     
Microsoft.SystemCenter.VirtualMachineManager.Network.VNic:
VMId  string  虚拟机 Id false 256  False     
MACAddress  string  MAC 地址 false 256  False     
VLANEnabled  bool  vLAN 已启用 false 256       
VLANId  string  vLAN Id false 256  False     
LogicalNetwork  string  逻辑网络 false 1024  False     
VMNetwork  string  VM 网络 false 1024  False     
MACAddressType  string  MAC 地址类型 false 256  False     
IPv4AddressType  string  IPv4 地址类型 false 256  False     
IPv6AddressType  string  IPv6 地址类型 false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.Network.VNic" Accessibility="Public" Abstract="true" Base="Microsoft.SystemCenter.VirtualMachineManager.Network.VirtualNetworkAdapter" Hosted="true" Singleton="false">
<Property ID="VMId" Type="string" Key="false"/>
<Property ID="MACAddress" Type="string" Key="false"/>
<Property ID="VLANEnabled" Type="bool" Key="false"/>
<Property ID="VLANId" Type="string" Key="false"/>
<Property ID="LogicalNetwork" Type="string" Key="false" MaxLength="1024"/>
<Property ID="VMNetwork" Type="string" Key="false" MaxLength="1024"/>
<Property ID="MACAddressType" Type="string" Key="false"/>
<Property ID="IPv4AddressType" Type="string" Key="false"/>
<Property ID="IPv6AddressType" Type="string" Key="false"/>
</ClassType>