Microsoft.SystemCenter.VirtualMachineManager.IPAddressPoolIP 位址集區

Microsoft.SystemCenter.VirtualMachineManager.IPAddressPool (ClassType)

此抽象類型是所有 VMM IP 位址集區的基礎類型

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf939c4b8-d552-be26-f554-d015d8874bb6

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.IPAddressPool:
VMMId  string  VMM 物件識別碼 true 256  False     
RangeStart  string  起始範圍 false 256  False     
RangeEnd  string  結束範圍 false 256  False     
DNSServers  string  DNS 伺服器 false 65535  False     
DefaultGateway  string  預設閘道 false 65535  False     
Subnet  string  子網路 false 256  False     
VIPAddressSet  string  VIP 位址集 false 65535  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.IPAddressPool" Accessibility="Public" Abstract="true" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="VMMId" Type="string" Key="true"/>
<Property ID="RangeStart" Type="string" Key="false"/>
<Property ID="RangeEnd" Type="string" Key="false"/>
<Property ID="DNSServers" Type="string" Key="false" Length="65535"/>
<Property ID="DefaultGateway" Type="string" Key="false" Length="65535"/>
<Property ID="Subnet" Type="string" Key="false"/>
<Property ID="VIPAddressSet" Type="string" Key="false" Length="65535"/>
</ClassType>