Microsoft.SystemCenter.VirtualMachineManager.VNicNic Virtual (obsoleto)

Microsoft.SystemCenter.VirtualMachineManager.VNic (ClassType)

Esse tipo abstrato é o tipo base para todos os adaptadores de redes virtuais do VMM

Element properties:

Base ClassSystem.VirtualHardwareComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId36167750-16c9-ba6b-b188-68d138e614e2

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTB) Description (PTB) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome para exibição Nome para exibição do objeto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Status do Objeto Status do objeto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Status do Ativo Status do ativo false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000       
Microsoft.SystemCenter.VirtualMachineManager.VNic:
VMMId  string  ID do adaptador de rede virtual false 256  False     
VMId  string  ID da Máquina Virtual false 256  False     
Type  string  Tipo false 256  False     
MACAddress  string  Endereço MAC false 256  False     
VLANEnabled  string  vLAN habilitada false 256  False     
VLANId  string  ID da vLAN false 256  False     
LogicalNetwork  string  Rede lógica false 256  False     
DeviceID  string  ID do Dispositivo false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.VNic" Accessibility="Public" Abstract="true" Base="SystemVirtLib!System.VirtualHardwareComponent" Hosted="false" Singleton="false">
<Property ID="VMMId" Type="string" Key="false"/>
<Property ID="VMId" Type="string" Key="false"/>
<Property ID="Type" Type="string" Key="false"/>
<Property ID="MACAddress" Type="string" Key="false"/>
<Property ID="VLANEnabled" Type="string" Key="false"/>
<Property ID="VLANId" Type="string" Key="false"/>
<Property ID="LogicalNetwork" Type="string" Key="false"/>
<Property ID="DeviceID" Type="string" Key="false"/>
</ClassType>