Veeam.Backup.BackupProxyVeeam Backup Proxy

Veeam.Backup.BackupProxy (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf120b651-f44f-f318-d84b-c3aa459b5809

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.BackupProxy:
InstanceUid  string  InstanceUid true 256  False 
Version  string  Version false 256  False 
Type  string  Type false 256  False 
Host  string  Host false 256  False 
TransportMode  string  Transport Mode false 256  False 
DatastoreDetection  string  Connected Datastores false 256  False 
MaxConcurTasks  string  Max Concurrent Tasks false 256  False 
Disabled  bool  Disabled false 256   

Health Model:

Source Code:

<ClassType ID="Veeam.Backup.BackupProxy" 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" MinLength="0" Length="256"/>
<Property ID="Type" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Host" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="TransportMode" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="DatastoreDetection" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="MaxConcurTasks" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Disabled" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>