Custom.NetScaler.MP.C_VirtualServerC_NetScaler_VirtualServer

Custom.NetScaler.MP.C_VirtualServer (ClassType)

Represents a NetScaler service Member

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementId891718ed-6373-95a1-4966-84505d3be3f6

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       
Custom.NetScaler.MP.C_VirtualServer:
A_Name  string  A_Name Represents a NetScaler service Member false 256  False     
A_FullName  string  A_FullName Represents a NetScaler service Member true 256  False     
A_IP  string  A_IP Represents a NetScaler service Member false 256  False     
A_Port  string  A_Port Represents a NetScaler service Member false 256  False     

Health Model:

Source Code:

<ClassType ID="Custom.NetScaler.MP.C_VirtualServer" Base="System!System.LogicalEntity" Accessibility="Internal" Abstract="false" Hosted="true" Singleton="false">
<Property ID="A_Name" Key="0" Type="string"/>
<Property ID="A_FullName" Key="1" Type="string"/>
<Property ID="A_IP" Key="0" Type="string"/>
<Property ID="A_Port" Key="0" Type="string"/>
<!-- 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="Property1" Key="false" Type="string" />
-->
</ClassType>