Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IpamProvisioningSetting complex type allows extended attributes on an EnumerationParametersBase type (section 2.2.4.229). It creates objects whose ObjectType is AsyncProvision.
-
<xs:complexType name="IpamProvisioningSetting"> <xs:complexContent mixed="false"> <xs:extension base="ipam:IpamObject"> <xs:sequence> <xs:element minOccurs="0" name="CreateNewSchema" type="xsd:boolean" /> <xs:element minOccurs="0" name="DatabaseConfiguration" nillable="true" type="ipam:IpamDatabaseConfiguration" /> <xs:element minOccurs="0" name="GpoPrefix" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="ProvisioningMethod" type="ipam:ProvisioningMethod" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
CreateNewSchema: This is of type BOOL and indicates whether a new schema needs to be created.
DatabaseConfiguration: This is of type ipam:IpamDatabaseConfiguration and specifies the configuration settings for the IPAM data store.
GpoPrefix: This specifies the prefix for the GPOs that this instance of IPAM uses to provision the managed servers.
ProvisioningMethod: This is of type ipam:ProvisioningMethod and specifies whether the servers managed by IPAM are provisioned via GPOs or are provisioned manually.