PolyServe.MatrixServer.NetworkInterfacePolyServe Network Interface

PolyServe.MatrixServer.NetworkInterface (ClassType)

Reports current state and configuration for all network interfaces

Element properties:

Base ClassPolyServe.MatrixServer.PSObject
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId30772f05-90f4-7959-3501-afafba246d52

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
PolyServe.MatrixServer.PSObject:
ObjectKey  string  reserved3 true 256  False 
PSClusterName  string  Cluster false 256  False 
PolyServe.MatrixServer.NetworkInterface:
IPAddress  string  IP Address false 16  False 
AdminTraffic  string  Admin Traffic false 15  False 
Netmask  string  Netmask false 16  False 
Computer  string  Computer false 256  False 

Health Model:

Source Code:

<ClassType ID="PolyServe.MatrixServer.NetworkInterface" Accessibility="Public" Abstract="false" Base="PolyServe.MatrixServer.PSObject" Hosted="false" Singleton="false">
<Property ID="IPAddress" Type="string" Key="false" CaseSensitive="false" Length="16" MinLength="7"/>
<Property ID="AdminTraffic" Type="string" Key="false" CaseSensitive="false" Length="15" MinLength="1"/>
<Property ID="Netmask" Type="string" Key="false" CaseSensitive="false" Length="16" MinLength="7"/>
<Property ID="Computer" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
</ClassType>