VKernel.CapacityAnalyzer.VmCheckpointFileVirtual Machine Checkpoint File

VKernel.CapacityAnalyzer.VmCheckpointFile (ClassType)

Prepresents file containing VM checkpoint data

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementIdb95925ea-d484-1496-0f98-078fd6e9328b

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 
VKernel.CapacityAnalyzer.VmCheckpointFile:
VMMId  string      true 256  False 
Location  string      false 255  False 
SizeBytes  double  SizeBytes File size in bytes false 256   
Modified  datetime  Modified Time false 256   
Created  datetime  Created Time false 256   

Health Model:

Source Code:

<ClassType ID="VKernel.CapacityAnalyzer.VmCheckpointFile" Accessibility="Internal" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="VMMId" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Location" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="SizeBytes" Type="double" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Modified" Type="datetime" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Created" Type="datetime" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>