Microsoft.SystemCenter.VirtualMachineManager.IPAddressPoolFond IP adres

Microsoft.SystemCenter.VirtualMachineManager.IPAddressPool (ClassType)

Tento abstraktní typ je základním typem všech fondů IP adres nástroje 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 (CSY) Description (CSY) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Zobrazovaný název Zobrazovaný název objektu false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Stav objektu Stav objektu false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Stav prostředku Stav prostředku false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Poznámky Poznámky false 4000       
Microsoft.SystemCenter.VirtualMachineManager.IPAddressPool:
VMMId  string  ID objektu nástroje VMM true 256  False     
RangeStart  string  Počáteční rozsah false 256  False     
RangeEnd  string  Koncový rozsah false 256  False     
DNSServers  string  Servery DNS false 65535  False     
DefaultGateway  string  Výchozí brána false 65535  False     
Subnet  string  Podsíť false 256  False     
VIPAddressSet  string  Sada VIP adres 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>