Veeam.Virt.Extensions.VMware.VMCCRVMware Cluster

Veeam.Virt.Extensions.VMware.VMCCR (ClassType)

Element properties:

Base ClassVeeam.Virt.Extensions.VMware.nworksVMware
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3e9e5a4f-c3c0-77b1-754a-f876771218d6

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Veeam.Virt.Extensions.VMware.VMCCR:
id  string  id true 256  False     
vCenterName  string  vCenter Name false 256  False     
datacenterName  string  Datacenter Name false 256  False     
folderName  string  Folder Name false 256  False     
drsStatus  string  DRS Status false 256  False     
haStatus  string  HA Status false 256  False     
totalCpu  double  Total CPU GHz false 255       
totalMemory  double  Total Memory GB false 255       
totalStorage  double  Total Storage TB false 255       
numHosts  int  Num Hosts false 256       
monitoringGroup  string  Veeam Monitoring Group false 256  False     
custom3  string  Custom Tag 3 false 256  False     

Health Model:

Source Code:

<ClassType ID="Veeam.Virt.Extensions.VMware.VMCCR" Accessibility="Public" Abstract="false" Base="Veeam.Virt.Extensions.VMware.nworksVMware" Hosted="false" Singleton="false">
<Property ID="id" Type="string" Key="true" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="vCenterName" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="datacenterName" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="folderName" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="drsStatus" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="haStatus" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="totalCpu" Type="double" Key="false" CaseSensitive="false" MaxLength="255" MinLength="0"/>
<Property ID="totalMemory" Type="double" Key="false" CaseSensitive="false" MaxLength="255" MinLength="0"/>
<Property ID="totalStorage" Type="double" Key="false" CaseSensitive="false" MaxLength="255" MinLength="0"/>
<Property ID="numHosts" Type="int" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="monitoringGroup" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="custom3" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
</ClassType>