DataONTAP.Virtualization.HyperV.VHDData ONTAP Virtualization: Hyper-V Virtual Hard Disk

DataONTAP.Virtualization.HyperV.VHD (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementId9dd5d77e-a16d-660c-319c-2788a83691e0

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       
DataONTAP.Virtualization.HyperV.VHD:
Host  string  Host true 256  False     
AlignmentStatus  string  Alignment Status false 256  False     
LastAlignmentCheck  string  Last Alignment Check (UTC) false 256  False     
VHDPath  string  Virtual Hard Disk Path true 256  False     
LUNPath  string  LUN Path false 256  False     
VMName  string  Attached VM Name false 256  False     
VMFqdn  string  Attached VM FQDN false 256  False     
ControllerName  string  Controller Name false 256  False     
DiskType  string  Virtual Hard Disk Type false 256  False     

Health Model:

Source Code:

<ClassType ID="DataONTAP.Virtualization.HyperV.VHD" Accessibility="Internal" Abstract="false" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="Host" Type="string" Key="true" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="AlignmentStatus" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="LastAlignmentCheck" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="VHDPath" Type="string" Key="true" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="LUNPath" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="VMName" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="VMFqdn" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="ControllerName" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="DiskType" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
</ClassType>