2.2.4.78 CreateIpamIPAddressParameters

The CreateIpamIPAddressParameters complex type specifies the information pertaining to the operation CreateIpamIpAddress. This is used as a callback.

 <xs:complexType name="CreateIpamIPAddressParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamOperationWithProgressParameters">
       <xs:sequence>
         <xs:element minOccurs="0" name="Address" nillable="true" type="ipam:IpamIPAddress" />
         <xs:element minOccurs="0" name="CreateDhcpReservation" type="xsd:boolean" />
         <xs:element minOccurs="0" name="CreateDnsRecord" type="xsd:boolean" />
         <xs:element minOccurs="0" name="OverrideMBEAndSI" type="xsd:boolean" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Address:  The IpamIPAddress (section 2.2.4.257) that represents the IP address to be created.

CreateDhcpReservation:  Specifies whether a DHCP reservation needs to be created for this address.

CreateDnsRecord:  Specifies whether a DNS records need to be created for this address.

OverrideMBEAndSI:  Specifies whether the ManagedByEntity and ManagedByEntityValue custom fields associated with this IpamIPAddress need to be overridden.