Microsoft.SystemCenter.VirtualMachineManager.VMNetworkGatewayVMNetwork ゲートウェイ

Microsoft.SystemCenter.VirtualMachineManager.VMNetworkGateway (ClassType)

この抽象型は、すべての VMM 仮想ネットワーク アダプターの基本型です

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd0d9529d-d04b-2e2a-da6a-d8bbbc2865e5

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) 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  VMNetwork ゲートウェイ ID true 256  False     
GatewayName  string  ゲートウェイ名 false 256  False     
GatewayDeviceId  string  ゲートウェイ DeviceId false 256  False     
VMNetworkId  string  VMNetwork ID 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  ゲートウェイ容量 (Kbp) false 256       
VMNetworkCapacityInboundKbps  double  VMNetwork 受信容量 (Kbp) false 256       
VMNetworkCapacityOutboundKbps  double  VMNetwork 送信容量 (Kbp) 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>