Microsoft.SystemCenter.VirtualMachineManager.VirtualDiskDriveВиртуальный дисковый накопитель

Microsoft.SystemCenter.VirtualMachineManager.VirtualDiskDrive (ClassType)

Этот абстрактный тип является базовым типом для всех виртуальных дисковых накопителей VMM

Element properties:

Base ClassSystem.VirtualHardwareComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdbf9ab6aa-e7ab-5876-8fa9-53d97d9e3e50

Class Hierarchy:

Class Properties:

Property Name Type Display Name (RUS) Description (RUS) 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.VirtualDiskDrive:
VMMId  string  ИД объекта VMM true 256  False     
DriveType  string  Фиксированный / динамический / физический false 256  False     
Path  string  Путь false 256  False     
MaxSize  string  Максимальный размер false 256  False     
CurrentSize  string  Текущий размер false 256  False     
Classification  string  Классификация хранилища false 256  False     
IsShared  bool  Является общим хранилищем false 256       

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.VirtualDiskDrive" Accessibility="Public" Abstract="true" Base="SystemVirtLib!System.VirtualHardwareComponent" Hosted="false" Singleton="false">
<Property ID="VMMId" Type="string" Key="true"/>
<Property ID="DriveType" Type="string" Key="false"/>
<Property ID="Path" Type="string" Key="false"/>
<Property ID="MaxSize" Type="string" Key="false"/>
<Property ID="CurrentSize" Type="string" Key="false"/>
<Property ID="Classification" Type="string" Key="false"/>
<Property ID="IsShared" Type="bool" Key="false"/>
</ClassType>