System.NetworkManagement.VLANVLAN

System.NetworkManagement.VLAN (ClassType)

This class represents the VLAN

Element properties:

Base ClassSystem.NetworkManagement.LogicalLink
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId47fffcb5-9c66-d5b9-6785-97155e36ef7b

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       
System.NetworkManagement.Connection:
Description  string  Description The description of the connection false 256  True     
Key  string  Connection Key The key of the connection true 256  True     
System.NetworkManagement.VLAN:
MembershipCriteria  string  Membership Criteria The membership criteria for participation in this VLAN false 256  True     
VLANKey  string  VLAN Key A unique value that distinguishes this VLAN from all other VLANs false 256  True     
VLANNumber  int  VLAN Number A number that identifies the VLAN; this number is not guaranteed to be unique across all VLANs, but is unique across all VLANs within a given VLAN domain false 256       

Health Model:

Source Code:

<ClassType ID="System.NetworkManagement.VLAN" Accessibility="Public" Abstract="false" Base="System.NetworkManagement.LogicalLink" Hosted="false" Singleton="false">
<Property ID="MembershipCriteria" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="VLANKey" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="VLANNumber" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>