Provance.Class.SubnetSubnet

Provance.Class.Subnet (ClassType)

Element properties:

Base ClassSystem.ConfigItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId20ba347c-2a4b-9651-d20e-4c2728f97a5c

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       
Provance.Class.Subnet:
ID  string  ID true 256  False  CLS{0}   
Description  string  Description false 2000  False     
IPRange  string  IP Range false 256  False     
Nickname  string  Nickname false 256  False     
SubnetRange  string  Subnet Range false 256  False     

Health Model:

Source Code:

<ClassType ID="Provance.Class.Subnet" Accessibility="Public" Abstract="false" Base="SystemLibrary!System.ConfigItem" Hosted="false" Singleton="false">
<Property ID="ID" Type="string" MinLength="0" MaxLength="256" AutoIncrement="true" Key="true" DefaultValue="CLS{0}"/>
<Property ID="Description" Type="string" MinLength="0" MaxLength="2000" AutoIncrement="false"/>
<Property ID="IPRange" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="Nickname" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="SubnetRange" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
</ClassType>