System.NetworkManagement.IPv6IP v6

System.NetworkManagement.IPv6 (ClassType)

This class represents the IPv6 address

Element properties:

Base ClassSystem.NetworkManagement.IPEndpoint
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId5271bb7e-8c9b-3c9b-f81d-f4299ce24307

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.ServiceAccessPoint:
Description  string  Description A textual description of the object false 256  True     
Key  string  Service Access Point Key The key of the service access point true 256  True     
System.NetworkManagement.IPv6:
Address  string  Address The IPv6 address false 256  True     
PrefixLength  int  Prefix Length The length of the IPv6 address prefix, (i.e. number of significant leading bits); must be in the range [1, 128], or as a special case, 0 if there is no prefix specified for this address false 256       

Health Model:

Source Code:

<ClassType ID="System.NetworkManagement.IPv6" Accessibility="Public" Abstract="false" Base="System.NetworkManagement.IPEndpoint" Hosted="false" Singleton="false">
<Property ID="Address" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="PrefixLength" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>