NetAppSANtricity.ProxyNetApp SANtricity Proxy

NetAppSANtricity.Proxy (ClassType)

The object that holds discovery information for the agents that have the Integration Pack installed.

Knowledge Base article:

Summary

This object acts as the seed initiating discovery of all other aspects of the NetApp SANtricity Storage Array Management Pack.

Configuration

The discovery is based on the presence of the registry key which is created when NetApp SANtricity Integration Pack is installed. See the "Additional Information" section for details. Discovery is targeted at all agent-managed Microsoft Windows systems.

Additional

The Registry Key targeted is:

HKEY_LOCAL_MACHINE\SOFTWARE\NetApp\MP

Element properties:

Base ClassMicrosoft.Windows.LocalApplication
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdcd5402d2-2746-541c-414e-6d3046e296db
CommentInitial Discovery of Proxies

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       
NetAppSANtricity.Proxy:
SnapinName  string  Powershell Snap-in Name false 256  False     
MPIntegrationPackPath  string  MP Integration Pack Installation Path Path to root directory of MP Integration Pack false 256  False     
LastUpdated  string  Last Updated false 256  False     

Health Model:

Source Code:

<ClassType ID="NetAppSANtricity.Proxy" Comment="Initial Discovery of Proxies" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.LocalApplication" Hosted="true" Singleton="false">
<Property ID="SnapinName" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="MPIntegrationPackPath" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="LastUpdated" Type="string"/>
</ClassType>