Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageLogicalUnit存储逻辑单元(抽象)

Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageLogicalUnit (ClassType)

此抽象类型是存储逻辑单元的基本类型

Element properties:

Base ClassSystem.Device
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId99d6d66f-094b-2b90-a0d6-0742c4cb7ddb
CommentStorage Logical Unit (LUN)

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.VirtualMachineManager.Storage.StorageLogicalUnit:
ID  string  ID 存储逻辑单元标识符 true 2147483647  False 
Description  string  描述 存储逻辑单元描述 false 2147483647  False 
BlockSize  string  块大小 存储逻辑单元块大小 false 2147483647  False 
NumberOfBlocks  string  块数 存储逻辑单元的块数 false 2147483647  False 
ThinlyProvisioned  string  精简设置 存储逻辑单元精简设置 false 2147483647  False 
Primordial  string  原始 原始存储逻辑单元 false 2147483647  False 
TotalCapacity  string  总容量 存储逻辑单元总容量 false 2147483647  False 
RemainingCapacity  string  剩余容量 存储逻辑单元剩余容量 false 2147483647  False 
StorageClassification  string  存储分类 存储逻辑单元存储分类 false 2147483647  False 
VirtualDiskUniqueID  string  虚拟磁盘唯一 ID 虚拟磁盘唯一 ID false 2147483647  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageLogicalUnit" Accessibility="Public" Hosted="true" Abstract="true" Singleton="false" Base="System!System.Device" Comment="Storage Logical Unit (LUN)">
<Property ID="ID" Key="true" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Logical Unit Identificator"/>
<Property ID="Description" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Logical Unit Description"/>
<Property ID="BlockSize" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Vol Logical Unitume Block Size"/>
<Property ID="NumberOfBlocks" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Logical Unit Number Of Blocks"/>
<Property ID="ThinlyProvisioned" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Logical Unit Thinly Provisioned"/>
<Property ID="Primordial" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Logical Unit Primordial"/>
<Property ID="TotalCapacity" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Logical Unit Total Capacity"/>
<Property ID="RemainingCapacity" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Logical Unit Remaining Capacity"/>
<Property ID="StorageClassification" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Logical Unit Storage Classification"/>
<Property ID="VirtualDiskUniqueID" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Virtual Disk Unique ID "/>
</ClassType>