Savision.CloudReporter.Library.HostHost (Cloud Reporter)

Savision.CloudReporter.Library.Host (ClassType)

A computer that hosts virtual machines.

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde5fda950-ac10-4c03-51e4-3281ddc7b100

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 
Savision.CloudReporter.Library.Host:
PrincipalName  string  Principal Name The principal name of this host. true 256  False 
Hypervisor  string  Hypervisor The hypervisor software running on the host. false 256  False 
Description  string  Description Additional information about the host. false 256  False 
InstalledPhysicalRamGB  int  Installed Memory (GB) The amount of physical memory installed into the host. false 256   
InstalledCPUGHz  double  Processing Power (GHz) The total processing power of the host. false 256   
Cluster  string  Cluster The name of the cluster the host belongs to - if any. false 256  False 

Health Model:

Source Code:

<ClassType ID="Savision.CloudReporter.Library.Host" Accessibility="Public" Abstract="true" Base="System!System.Entity" Hosted="false" Singleton="false">
<Property ID="PrincipalName" Type="string" Key="true"/>
<Property ID="Hypervisor" Type="string" Key="false"/>
<Property ID="Description" Type="string" Key="false"/>
<Property ID="InstalledPhysicalRamGB" Type="int" Key="false"/>
<Property ID="InstalledCPUGHz" Type="double" Key="false"/>
<Property ID="Cluster" Type="string" Key="false"/>
</ClassType>