Microsoft.SystemCenter.VirtualMachineManager.VMNetworkGatewayVM 網路閘道

Microsoft.SystemCenter.VirtualMachineManager.VMNetworkGateway (ClassType)

此抽象類型是所有 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 (CHT) Description (CHT) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  物件狀態 物件狀態 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  資產狀態 資產狀態 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  附註 附註 false 4000       
Microsoft.SystemCenter.VirtualMachineManager.VMNetworkGateway:
VMNetworkGatewayId  string  VM 網路閘道識別碼 true 256  False     
GatewayName  string  閘道名稱 false 256  False     
GatewayDeviceId  string  閘道 DeviceId false 256  False     
VMNetworkId  string  VMNetwork 識別碼 false 256  False     
IPv4Address  string  IPv4Address false 256  False     
IPv6Address  string  IPv6Address false 256  False     
VMMServer  string  VMM 伺服器 false 256  False     
Description  string  描述 false 65535  False     
GatewayCapacityKbps  double  閘道容量 (Kbps) false 256       
VMNetworkCapacityInboundKbps  double  VMNetwork 連入容量 (Kbps) false 256       
VMNetworkCapacityOutboundKbps  double  VMNetwork 連出容量 (Kbps) false 256       
MeteringSupported  bool  支援計量 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" MaxLength="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>