Microsoft.SystemCenter.VirtualMachineManager.Network.VNicVirtuální NIC

Microsoft.SystemCenter.VirtualMachineManager.Network.VNic (ClassType)

Tento abstraktní typ je základním typem pro všechny virtuální síťové karty nástroje VMM.

Element properties:

Base ClassMicrosoft.SystemCenter.VirtualMachineManager.Network.VirtualNetworkAdapter
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdba265335-b546-af6a-8ef4-4b9c6ccce3d0

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CSY) Description (CSY) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Zobrazovaný název Zobrazovaný název objektu false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Stav objektu Stav objektu false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Stav prostředku Stav prostředku false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Poznámky Poznámky false 4000       
Microsoft.SystemCenter.VirtualMachineManager.Network.VirtualNetworkAdapter:
DeviceId  string  ID zařízení true 256  False     
Microsoft.SystemCenter.VirtualMachineManager.Network.VNic:
VMId  string  ID virtuálního počítače false 256  False     
MACAddress  string  Adresa MAC false 256  False     
VLANEnabled  bool  vLAN povolen false 256       
VLANId  string  ID vLAN false 256  False     
LogicalNetwork  string  Logická síť false 1024  False     
VMNetwork  string  Síť virtuálních počítačů false 1024  False     
MACAddressType  string  Typ adresy MAC false 256  False     
IPv4AddressType  string  Typ adresy IPv4 false 256  False     
IPv6AddressType  string  Typ adresy IPv6 false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.Network.VNic" Accessibility="Public" Abstract="true" Base="Microsoft.SystemCenter.VirtualMachineManager.Network.VirtualNetworkAdapter" Hosted="true" Singleton="false">
<Property ID="VMId" Type="string" Key="false"/>
<Property ID="MACAddress" Type="string" Key="false"/>
<Property ID="VLANEnabled" Type="bool" Key="false"/>
<Property ID="VLANId" Type="string" Key="false"/>
<Property ID="LogicalNetwork" Type="string" Key="false" MaxLength="1024"/>
<Property ID="VMNetwork" Type="string" Key="false" MaxLength="1024"/>
<Property ID="MACAddressType" Type="string" Key="false"/>
<Property ID="IPv4AddressType" Type="string" Key="false"/>
<Property ID="IPv6AddressType" Type="string" Key="false"/>
</ClassType>