Huawei.ISM.Management.Pack.huawei.Class.NFSNFS Class

Huawei.ISM.Management.Pack.huawei.Class.NFS (ClassType)

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementIda97c9e75-af1d-73ee-bb67-83390a121670

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Huawei.ISM.Management.Pack.huawei.Class.NFS:
shareId  string  ShareID true 256  True     
fileSystemId  string  FileSystemId false 256  True     
description  string  Description false 256  True     
localPath  string  LocalPath false 256  True     
oid  string  OID false 256  True     
index  string  Index false 256  True     
ip  string  Device IP Address false 256  True     

Health Model:

Source Code:

<ClassType ID="Huawei.ISM.Management.Pack.huawei.Class.NFS" Base="System!System.LogicalHardware" Accessibility="Internal" Abstract="false" Hosted="true" Singleton="false">
<!-- Inside this section, you can add and remove properties as needed.
More information can be found in the Management Pack Development Kit:
http://msdn.microsoft.com/en-us/library/ee533714.aspx -->
<Property ID="shareId" Key="true" Type="string" CaseSensitive="true"/>
<Property ID="fileSystemId" Key="false" Type="string" CaseSensitive="true"/>
<Property ID="description" Key="false" Type="string" CaseSensitive="true"/>
<Property ID="localPath" Key="false" Type="string" CaseSensitive="true"/>
<Property ID="oid" Key="false" Type="string" CaseSensitive="true"/>
<Property ID="index" Key="false" Type="string" CaseSensitive="true"/>
<Property ID="ip" Key="false" Type="string" CaseSensitive="true"/>
</ClassType>