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 (KOR) Description (KOR) 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 네트워크 게이트웨이 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  게이트웨이 용량 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>