DataONTAP.DFMServerData ONTAP DFM Server

DataONTAP.DFMServer (ClassType)

Class for storage location information for Data ONTAP Operations Manager servers.

Knowledge Base article:

Summary

DataONTAP.DFMServer is used to store network location information pertaining to an instance of Data ONTAP Operations Manager.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementId44082c93-aa9f-891f-c93a-857135dfec12

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 
DataONTAP.DFMServer:
IPAddress  string  IP address IP address of DFM server true 256  False 
Name  string  Name Name of DFM Server false 256  False 

Health Model:

Source Code:

<ClassType ID="DataONTAP.DFMServer" Accessibility="Internal" Abstract="false" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="IPAddress" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>