Microsoft.SystemCenter.VirtualMachineManager.VirtualMachine虚拟机

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 (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       
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     
OperatingSystemVersion  string      false 256  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" MaxLength="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" Comment="Total used space in bytes from all disks including the snapshots"/>
<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" Comment="Total max size of disks in Megabytes"/>
<Property ID="OperatingSystem" Type="string" Key="false" MaxLength="1024"/>
<Property ID="OperatingSystemVersion" Type="string" Key="false"/>
<Property ID="IsHighlyAvailable" Type="bool" Key="false"/>
<Property ID="ServiceTemplateId" Type="string" Key="false"/>
</ClassType>