Microsoft.SystemCenter.VirtualMachineManager.VirtualMachineVirtualMachine

Microsoft.SystemCenter.VirtualMachineManager.VirtualMachine (ClassType)

이 추상 형식은 모든 VMM 관리 가상 컴퓨터의 기본 형식입니다.

Element properties:

Base ClassSystem.VirtualMachine
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7f91a2c3-c8f3-157d-05e9-30c7a6019a73

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       
System.ComputerHardware:
Model  string  모델 모델 false 256  False     
Manufacturer  string  제조업체 제조업체 false 256  False     
NumberOfProcessors  int  프로세서 수 프로세서 수 false 256       
Microsoft.SystemCenter.VirtualMachineManager.VirtualMachine:
VMMId  string  VMM 개체 ID true 256  False     
Owner  string  소유자 false 256  False     
OwnerUserRole  string  소유자 사용자 역할 false 256  False     
Description  string  설명 false 65535  False     
CreationDate  string  만든 날짜 false 256  False     
TotalRAM  string  총 RAM 용량(MB) false 256  False     
DynamicMemory  bool  동적 메모리 false 256       
MaxMemoryMB  string  최대 메모리(MB)(사용되지 않음) false 256  False     
Cloud  string  클라우드 false 256  False     
CPUCount  string  프로세서 수(CPUCount, 사용되지 않음) 프로세서 수(CPUCount, 사용되지 않음) false 256  False     
DeploymentLocation  string  배포 위치 false 256  False     
CostCenter  string  비용 센터 false 256  False     
HostName  string  호스트 이름 false 256  False     
GuestFQDN  string  컴퓨터 이름 false 256  False     
VGS  string  IC/추가 프로그램 false 256  False     
NoOfVirtualDisks  string  가상 디스크 수 false 256  False     
NoOfNICs  string  NIC 수 false 256  False     
TotalSizeOfVirtualDisks  string  모든 가상 디스크의 할당된 총 크기(바이트)(사용되지 않음) false 256  False     
VMMServer  string  Virtual Machine Manager 서버 false 256  False     
State  string  가상 컴퓨터 상태 false 256  False     
MaxMemoryMBytes  int  최대 메모리(MB) false 256       
VirtualProcCount  int  프로세서 수(VirtualProcCount) 프로세서 수(VirtualProcCount) false 256       
TotalVirtualDiskSizeMBytes  int  할당된 총 디스크 크기(MB) false 256       
OperatingSystem  string  운영 체제 false 1024  False     
IsHighlyAvailable  bool  고가용성 false 256       
ServiceTemplateId  string  서비스 템플릿 ID false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.VirtualMachine" Accessibility="Public" Abstract="true" Base="SystemVirtLib!System.VirtualMachine" Hosted="false" Singleton="false">
<Property ID="VMMId" Type="string" Key="true"/>
<Property ID="Owner" Type="string" Key="false"/>
<Property ID="OwnerUserRole" Type="string"/>
<Property ID="Description" Type="string" Key="false" Length="65535"/>
<Property ID="CreationDate" Type="string" Key="false"/>
<Property ID="TotalRAM" Type="string" Key="false"/>
<Property ID="DynamicMemory" Type="bool" Key="false"/>
<Property ID="MaxMemoryMB" Type="string" Key="false"/>
<Property ID="Cloud" Type="string" Key="false"/>
<Property ID="CPUCount" Type="string" Key="false"/>
<Property ID="DeploymentLocation" Type="string" Key="false"/>
<Property ID="CostCenter" Type="string" Key="false"/>
<Property ID="HostName" Type="string" Key="false"/>
<Property ID="GuestFQDN" Type="string" Key="false"/>
<Property ID="VGS" Type="string" Key="false"/>
<Property ID="NoOfVirtualDisks" Type="string" Key="false"/>
<Property ID="NoOfNICs" Type="string" Key="false"/>
<Property ID="TotalSizeOfVirtualDisks" Type="string" Key="false"/>
<Property ID="VMMServer" Type="string" Key="false"/>
<Property ID="State" Type="string" Key="false"/>
<Property ID="MaxMemoryMBytes" Type="int" Key="false"/>
<Property ID="VirtualProcCount" Type="int" Key="false"/>
<Property ID="TotalVirtualDiskSizeMBytes" Type="int" Key="false"/>
<Property ID="OperatingSystem" Type="string" Key="false" Length="1024"/>
<Property ID="IsHighlyAvailable" Type="bool" Key="false"/>
<Property ID="ServiceTemplateId" Type="string" Key="false"/>
</ClassType>