SDNMonitoringMP.SDNMonitoring.NetworkConnectionNetwork Connection

SDNMonitoringMP.SDNMonitoring.NetworkConnection (ClassType)

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc536fa3d-25cf-0875-6fde-112e95bda771

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False   
SDNMonitoringMP.SDNMonitoring.NetworkConnection:
Id  string  Network Connection Unique Id true 256  False   
ConnectionType  string  Network Connection Type false 256  False   
SourceIPAddress  string  Network Connection Source IP Address false 256  False   
DestinationIPAddress  string  Network Connection Destination IP Address false 256  False   
Gateway  string  Network Connection Assigned On Gateway false 256  False   
AuthenticationMethod  string  IPSec Network Connection Authentication Method false 256  False  NA 
GREKey  string  GRE Network Connection GRE Key false 256  False  NA 
VLANSubnet  string  L3 Network Connection VLAN Subnet false 256  False  NA 
Routes  string  Network Connection Routes false 256  False   

Health Model:

Source Code:

<ClassType ID="SDNMonitoringMP.SDNMonitoring.NetworkConnection" Base="Windows!Microsoft.Windows.ApplicationComponent" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<Property ID="Id" Key="true" Type="string"/>
<Property ID="ConnectionType" Key="false" Type="string"/>
<Property ID="SourceIPAddress" Key="false" Type="string"/>
<Property ID="DestinationIPAddress" Key="false" Type="string"/>
<Property ID="Gateway" Key="false" Type="string"/>
<Property ID="AuthenticationMethod" Key="false" Type="string" DefaultValue="NA"/>
<Property ID="GREKey" Key="false" Type="string" DefaultValue="NA"/>
<Property ID="VLANSubnet" Key="false" Type="string" DefaultValue="NA"/>
<Property ID="Routes" Key="false" Type="string"/>
</ClassType>