Veeam.Virt.Extensions.VMware.VMHOSTADAPTERVMware vSphere Host VMHBA

Veeam.Virt.Extensions.VMware.VMHOSTADAPTER (ClassType)

Element properties:

Base ClassVeeam.Virt.Extensions.VMware.VMHARDWARE
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda3b67beb-eea6-2edc-e57f-067d867496b6

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       
Veeam.Virt.Extensions.VMware.VMHOSTADAPTER:
id  string  id true 256  False     
hostName  string  Host name false 256  False     
model  string  Model false 256  False     
type  string  Type false 256  False     
WWN  string  WWN false 256  False     

Health Model:

Source Code:

<ClassType ID="Veeam.Virt.Extensions.VMware.VMHOSTADAPTER" Accessibility="Public" Abstract="false" Base="Veeam.Virt.Extensions.VMware.VMHARDWARE" Hosted="true" Singleton="false">
<Property ID="id" Type="string" Key="true" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="hostName" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="model" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="type" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="WWN" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
</ClassType>