Microsoft.Unix.DiskPartition디스크 파티션

Microsoft.Unix.DiskPartition (ClassType)

모든 UNIX/Linux 디스크 파티션입니다.

Element properties:

Base ClassMicrosoft.Unix.LogicalDevice
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId82e4867d-5a0f-7488-204c-f0c322a4c39c

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) 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.Unix.LogicalDevice:
DeviceID  string  장치 ID true 256  False     
DeviceName  string  장치 이름 false 256  False     
Microsoft.Unix.DiskPartition:
DiskIndex  string  디스크 인덱스 false 256  False     
BlockSize  string  블록 크기 false 256  False     
PrimaryPartition  string  주 파티션 false 256  False     
Bootable  string  부팅 가능 false 256  False     
Size  string  크기 false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.Unix.DiskPartition" Abstract="true" Accessibility="Public" Hosted="true" Singleton="false" Base="Microsoft.Unix.LogicalDevice">
<Property ID="DiskIndex" Type="string" Key="false"/>
<Property ID="BlockSize" Type="string" Key="false"/>
<Property ID="PrimaryPartition" Type="string" Key="false"/>
<Property ID="Bootable" Type="string" Key="false"/>
<Property ID="Size" Type="string" Key="false"/>
</ClassType>