Veeam.Virt.Extensions.VMware.VMwareVirtualMachineOps Mgr Agent in vSphere VM

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

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId58eb35fe-43d9-0efd-686d-399346fd3d4f

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.VMwareVirtualMachine:
virtPlatform  string  Virtualization Platform false 256  False     
VMwareBIOSVersion  string  VMware BIOS Version false 256  False     
GuestOSDNSName  string  Guest OS FQDN false 256  False     
GuestOSNetBIOSName  string  Guest OS NETBIOS Name false 256  False     
vCenterName  string  vCenter Name false 256  False     
datacenterName  string  Datacenter Name false 256  False     
folderName  string  Folder Name false 256  False     
usesNetworks  string  Uses Networks false 256  False     
usesDatastores  string  Uses Datastores false 256  False     
cpuCount  int  CPU Count false 256       
cpuShares  string  CPU Shares false 256  False     
cpuAllocReservation  int  CPU Reservation MHz false 256       
cpuLimit  string  CPU Limit MHz false 256  False     
memoryConfigMaximum  int  Memory Allocation MB false 256       
memoryShares  string  Memory Shares false 256  False     
memoryAllocReservation  int  Memory Reservation MB false 256       
memoryLimit  string  Memory Limit MB false 256  False     
diskShares  string  Disk Shares false 256  False     
diskIOPSLimit  string  Disk IOPS Limit false 256  False     

Health Model:

Source Code:

<ClassType ID="Veeam.Virt.Extensions.VMware.VMwareVirtualMachine" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ComputerRole" Hosted="true" Singleton="false">
<Property ID="virtPlatform" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="VMwareBIOSVersion" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="GuestOSDNSName" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="GuestOSNetBIOSName" Type="string" Key="false" 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="usesNetworks" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="usesDatastores" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="cpuCount" Type="int" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="cpuShares" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="cpuAllocReservation" Type="int" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="cpuLimit" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="memoryConfigMaximum" Type="int" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="memoryShares" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="memoryAllocReservation" Type="int" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="memoryLimit" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="diskShares" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="diskIOPSLimit" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
</ClassType>