Veeam.Backup.WANAcceleratorVeeam WAN Accelerator

Veeam.Backup.WANAccelerator (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdeffdd76d-f3ce-04c3-a7a1-cb0240a70e95

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 
Veeam.Backup.WANAccelerator:
InstanceUid  string  InstanceUid true 256  False 
Version  string  Version false 256  False 
Host  string  Host false 256  False 
HostType  string  Host Type false 256  False 
Port  string  Traffic Port false 256  False 
ConnectionCount  string  Connection Count false 256  False 
CachePath  string  Cache Path false 256  False 
CacheMaxSize  string  Configured Cache Size GB false 256  False 

Health Model:

Source Code:

<ClassType ID="Veeam.Backup.WANAccelerator" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="InstanceUid" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Version" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="Host" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="HostType" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="Port" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="ConnectionCount" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="CachePath" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="CacheMaxSize" Type="string" Key="false" CaseSensitive="false"/>
</ClassType>