Microsoft.SystemCenter.VirtualMachineManager.ComputerTierComputer Tier

Microsoft.SystemCenter.VirtualMachineManager.ComputerTier (ClassType)

This abstract type is the base type for all VMM computer tiers

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId48f3c8a9-0e7c-bbf0-4d1a-67a803df7fc1

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 
Microsoft.SystemCenter.VirtualMachineManager.ComputerTier:
VMMId  string  VMM Object Id true 256  False 
Release  string  Release false 256  False 
ServiceTemplate  string  Service Template false 256  False 
VMTemplate  string  VM Template false 256  False 
MinMachineCount  string  Minimum Machine Count false 256  False 
MaxMachineCount  string  Maximum Machine Count false 256  False 
CurrentMachineCount  string  Current Machine Count false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.ComputerTier" Accessibility="Public" Abstract="true" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="VMMId" Type="string" Key="true"/>
<Property ID="Release" Type="string" Key="false"/>
<Property ID="ServiceTemplate" Type="string" Key="false"/>
<Property ID="VMTemplate" Type="string" Key="false"/>
<Property ID="MinMachineCount" Type="string" Key="false"/>
<Property ID="MaxMachineCount" Type="string" Key="false"/>
<Property ID="CurrentMachineCount" Type="string" Key="false"/>
</ClassType>