Microsoft.SystemCenter.VirtualMachineManager.IPAddressPoolPula adresów IP

Microsoft.SystemCenter.VirtualMachineManager.IPAddressPool (ClassType)

Ten typ abstrakcyjny jest typem bazowym wszystkich pul adresów IP programu VMM

Element properties:

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

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.IPAddressPool:
VMMId  string  Identyfikator obiektu programu VMM true 256  False     
RangeStart  string  Początkowa wartość zakresu false 256  False     
RangeEnd  string  Końcowa wartość zakresu false 256  False     
DNSServers  string  Serwery DNS false 65535  False     
DefaultGateway  string  Brama domyślna false 65535  False     
Subnet  string  Podsieć false 256  False     
VIPAddressSet  string  Zestaw adresów 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" MaxLength="65535"/>
<Property ID="DefaultGateway" Type="string" Key="false" MaxLength="65535"/>
<Property ID="Subnet" Type="string" Key="false"/>
<Property ID="VIPAddressSet" Type="string" Key="false" MaxLength="65535"/>
</ClassType>