ServiceManager.Chargeback.UserRoleVmmCloudUsageUser Role VMM Cloud Usage

ServiceManager.Chargeback.UserRoleVmmCloudUsage (ClassType)

Defines the basic properties of VMM cloud usage objects scoped to a specific VMM user role in a particular VMM cloud

Element properties:

Base ClassSystem.Chargeback.Usage
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId619234b7-254e-7333-be50-6784e97e875d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False   
ServiceManager.Chargeback.UserRoleVmmCloudUsage:
UniqueIdCloudPart  string  Cloud ID The cloud part of a unique identifier of the VMM cloud usage true 256  False  {0} 
UniqueIdUserRolePart  string  User Role ID The user role part of a unique identifier of the VMM cloud usage true 256  False  {0} 

Health Model:

Source Code:

<ClassType ID="ServiceManager.Chargeback.UserRoleVmmCloudUsage" Accessibility="Public" Abstract="false" Base="ChargebackLib!System.Chargeback.Usage" Hosted="true" Singleton="false" Extension="false">
<Property ID="UniqueIdCloudPart" Type="string" Key="true" Required="true" CaseSensitive="false" MaxLength="256" MinLength="0" AutoIncrement="true" Scale="0" DefaultValue="{0}"/>
<Property ID="UniqueIdUserRolePart" Type="string" Key="true" Required="true" CaseSensitive="false" MaxLength="256" MinLength="0" AutoIncrement="true" Scale="0" DefaultValue="{0}"/>
</ClassType>