Microsoft.SystemCenter.VirtualMachineManager.IPAddressPoolPool di indirizzi IP

Microsoft.SystemCenter.VirtualMachineManager.IPAddressPool (ClassType)

Questo tipo astratto è il tipo base per tutti i pool di indirizzi IP 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 (ITA) Description (ITA) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Stato oggetto Stato dell'oggetto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Stato risorsa Stato della risorsa false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Note Note false 4000       
Microsoft.SystemCenter.VirtualMachineManager.IPAddressPool:
VMMId  string  ID oggetto VMM true 256  False     
RangeStart  string  Inizio intervallo false 256  False     
RangeEnd  string  Fine intervallo false 256  False     
DNSServers  string  Server DNS false 65535  False     
DefaultGateway  string  Gateway predefinito false 65535  False     
Subnet  string  Subnet false 256  False     
VIPAddressSet  string  Set di indirizzi 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>