Microsoft.SystemCenter.VirtualMachineManager.VMNetworkGatewayBrama sieci maszyny wirtualnej

Microsoft.SystemCenter.VirtualMachineManager.VMNetworkGateway (ClassType)

Ten typ abstrakcyjny jest typem podstawowym dla wszystkich wirtualnych kart sieciowych programu VMM.

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda07e7117-7e9d-99da-a3cf-3ffb3d66a365

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PLK) Description (PLK) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nazwa wyświetlana Wyświetlana nazwa obiektu. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Stan obiektu Stan obiektu false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Stan zasobu Stan zasobu false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Uwagi Uwagi false 4000       
Microsoft.SystemCenter.VirtualMachineManager.VMNetworkGateway:
VMNetworkGatewayId  string  Identyfikator bramy sieci maszyny wirtualnej true 256  False     
GatewayName  string  Nazwa bramy false 256  False     
GatewayDeviceId  string  Identyfikator urządzenia bramy false 256  False     
VMNetworkId  string  Identyfikator sieci maszyny wirtualnej false 256  False     
IPv4Address  string  Adres IPv4 false 256  False     
IPv6Address  string  Adres IPv6 false 256  False     
VMMServer  string  Serwer VMM false 256  False     
Description  string  Opis false 65535  False     
GatewayCapacityKbps  double  Wydajność bramy (Kb/s) false 256       
VMNetworkCapacityInboundKbps  double  Wydajność wejściowa sieci maszyny wirtualnej (Kb/s) false 256       
VMNetworkCapacityOutboundKbps  double  Wydajność wyjściowa sieci maszyny wirtualnej (Kb/s) false 256       
MeteringSupported  bool  Obsługuje pomiary false 256       

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.VMNetworkGateway" Accessibility="Public" Abstract="true" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="VMNetworkGatewayId" Type="string" Key="true"/>
<Property ID="GatewayName" Type="string" Key="false"/>
<Property ID="GatewayDeviceId" Type="string" Key="false"/>
<Property ID="VMNetworkId" Type="string" Key="false"/>
<Property ID="IPv4Address" Type="string" Key="false"/>
<Property ID="IPv6Address" Type="string" Key="false"/>
<Property ID="VMMServer" Type="string" Key="false"/>
<Property ID="Description" Type="string" Key="false" Length="65535"/>
<Property ID="GatewayCapacityKbps" Type="double" Key="false"/>
<Property ID="VMNetworkCapacityInboundKbps" Type="double" Key="false" Comment="Set on VMNetwork's Owner user role. Applicable to VPN connections only"/>
<Property ID="VMNetworkCapacityOutboundKbps" Type="double" Key="false" Comment="Set on VMNetwork's Owner user role. Applicable to VPN connections only"/>
<Property ID="MeteringSupported" Type="bool" Key="false"/>
</ClassType>