Veeam.Virt.Extensions.VMware.VMHOSTSWITCHVMware Virtual Switch

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

Element properties:

Base ClassVeeam.Virt.Extensions.VMware.nworksVMware
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6726700d-213d-00b8-6a91-2b72f7c92312

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.VMHOSTSWITCH:
id  string  id true 256  False     
vSwitchName  string  vSwitch Name false 256  False     
vCenterName  string  vCenter Name false 256  False     
datacenterName  string  Datacenter Name false 256  False     
folderName  string  Folder Name false 256  False     
hostName  string  Host Name false 256  False     
numPorts  int  Number of ports false 256       
vMotion  string  vMotion false 256  False     
faultToleranceLogging  string  FT Logging false 256  False     
managementTraffic  string  Management Traffic false 256  False     
monitoringGroup  string  Veeam Monitoring Group false 256  False     

Health Model:

Source Code:

<ClassType ID="Veeam.Virt.Extensions.VMware.VMHOSTSWITCH" Accessibility="Public" Abstract="false" Base="Veeam.Virt.Extensions.VMware.nworksVMware" Hosted="false" Singleton="false">
<Property ID="id" Type="string" Key="true" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="vSwitchName" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="vCenterName" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="datacenterName" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="folderName" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="hostName" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="numPorts" Type="int" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="vMotion" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="faultToleranceLogging" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="managementTraffic" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="monitoringGroup" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
</ClassType>