Dell.Server.SDCardDell Server SDCard

Dell.Server.SDCard (ClassType)

Element properties:

Base ClassSystem.PhysicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId565700b5-e116-068b-f015-1351f85cd237

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Dell.Server.SDCard:
ID  string  ID Uniquely identifies the SD Card true 256  False 
DisplayName  string      false 256  False 
Size  string  Size Size false 256  False 
WriteProtected  string  Write Protected Whether write protected or not false 256  False 

Health Model:

Source Code:

<ClassType ID="Dell.Server.SDCard" Accessibility="Public" Abstract="false" Base="System!System.PhysicalEntity" Hosted="true" Singleton="false">
<Property ID="ID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DisplayName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Size" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="WriteProtected" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>