Microsoft.SystemCenter.DataProtectionManager.2011.Library.DPMDiskDPM 磁盘

Microsoft.SystemCenter.DataProtectionManager.2011.Library.DPMDisk (ClassType)

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdbddcac92-e72c-c5b7-4f3d-f8b156fd0d65

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Microsoft.SystemCenter.DataProtectionManager.2011.Library.DPMDisk:
DPMServerName  string  DPM 服务器 DPM 服务器 false 256  False 
TotalSpace  double  总空间(GB) 总空间 false 256   
FreeSpace  double  可用空间(GB) 可用空间 false 256   
DPMObjectID  string  NT 磁盘 ID NT 磁盘 ID true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.DataProtectionManager.2011.Library.DPMDisk" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="DPMServerName" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="TotalSpace" Type="double" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="FreeSpace" Type="double" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="DPMObjectID" Type="string" Key="true" CaseSensitive="false" MinLength="0" MaxLength="256"/>
</ClassType>