Microsoft.SystemCenter.VirtualMachineManager.VNic가상 Nic(사용되지 않음)

Microsoft.SystemCenter.VirtualMachineManager.VNic (ClassType)

이 추상 유형은 모든 VMM 가상 네트워크 어댑터의 기본 유형입니다.

Element properties:

Base ClassSystem.VirtualHardwareComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde622a7fb-a4df-bfe4-c4a9-fe5caa166616

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) 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>