Microsoft.SystemCenter.VirtualMachineManager.VMNetworkVM 네트워크

Microsoft.SystemCenter.VirtualMachineManager.VMNetwork (ClassType)

이 추상 유형은 VMM에 있는 VM 네트워크의 기본 유형입니다.

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdfd44afd0-6134-407f-a59c-ef3c2e6c1b9d

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.VMNetwork:
VMNetworkId  string  VM 네트워크 식별자 true 256  False     
IsolationType  string  격리 유형 false 256  False     
VMMServer  string  VMM 서버 false 256  False     
Description  string  설명 false 65535  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.VMNetwork" Accessibility="Public" Abstract="true" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="VMNetworkId" Type="string" Key="true"/>
<Property ID="IsolationType" Type="string" Key="false"/>
<Property ID="VMMServer" Type="string" Key="false" Comment="VMM Server FQDN"/>
<Property ID="Description" Type="string" Key="false" MaxLength="65535"/>
</ClassType>