Veeam.Backup.Accounts.GroupEnterprise Manager Group Role

Veeam.Backup.Accounts.Group (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdaef38a33-5fb6-e297-6229-2c8232211c2e

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.Accounts.Group:
InstanceUid  string  InstanceUid true 256  False 
Role  string  Role false 256  False 
canRestoreSQL  bool  can Restore SQL false 256   
canRestoreExchange  bool  can Restore Exchange false 256   
canRestoreVm  bool  can Restore Vm false 256   
canRestoreFiles  bool  can Restore Files false 256   
canRestoreOracleItems  bool  can Restore Oracle Items false 256   
hasScope  bool  has Scope false 256   
Scope  string  Scope false 65535  False 
ScopeVM  string  Scope VM false 65535  False 
FlrInPlaceOnly  bool  FlrInPlaceOnly false 256   
FlrExtentionRestrictions  string  FlrExtentionRestrictions false 65535  False 

Health Model:

Source Code:

<ClassType ID="Veeam.Backup.Accounts.Group" 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="Role" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="canRestoreSQL" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="canRestoreExchange" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="canRestoreVm" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="canRestoreFiles" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="canRestoreOracleItems" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="hasScope" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Scope" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="65535"/>
<Property ID="ScopeVM" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="65535"/>
<Property ID="FlrInPlaceOnly" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="FlrExtentionRestrictions" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="65535"/>
</ClassType>