Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageLogicalUnit저장소 논리 단위(추상)

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

이 추상 유형은 저장소 논리 단위의 기본 유형입니다.

Element properties:

Base ClassSystem.Device
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdaa21741f-4057-a05a-6329-02af0a04d7de
CommentStorage Logical Unit (LUN)

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) 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  NumberOfBlocks 블록의 저장소 논리 단위 번호 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>