Microsoft.SystemCenter.VirtualMachineManager.IPAddressPoolIP Address Pool

Microsoft.SystemCenter.VirtualMachineManager.IPAddressPool (ClassType)

This abstract type is the base type for all VMM IP address pools

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.SystemCenter.VirtualMachineManager.IPAddressPool:
VMMId  string  VMM Object Id true 256  False 
RangeStart  string  Starting Range false 256  False 
RangeEnd  string  Ending Range false 256  False 
DNSServers  string  DNS Servers false 65535  False 
DefaultGateway  string  Default Gateway false 65535  False 
Subnet  string  Subnet false 256  False 
VIPAddressSet  string  VIP Address Set false 256  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"/>
</ClassType>