DataONTAP.Virtualization.HyperV.VMData ONTAP Virtualization: Hyper-V Virtual Machine

DataONTAP.Virtualization.HyperV.VM (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementId0b1f29cd-93d8-0bc6-f66f-54e3b2f07495

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.VM:
VMGuid  string  VM GUID true 256  False     
VMName  string  VM Name false 256  False     
VMFqdn  string  VM FQDN false 256  False     
Host  string  Host false 256  False     

Health Model:

Source Code:

<ClassType ID="DataONTAP.Virtualization.HyperV.VM" Accessibility="Internal" Abstract="false" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="VMGuid" Type="string" Key="true" 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="Host" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
</ClassType>