Cisco Cisco Prime Network Registrar 8.1 Technical References

Page of 316
ExportChildBlock 
Cisco Prime Network Registrar IPAM 8.1.1 CLI and API Guide 
250 
Element 
Description and accepted values 
allocationReasonDescription 
A description of the reason for the allocation. 
allocationTemplate 
Reserved 
blockAddr 
The starting address of the block. 
blockName 
The name of the block. 
blockSize 
The size of the block in short-notation (e.g., 24 for a 255.255.255.0 
network). 
blockStatus 
The current status of the block.  Possible values are:  Deployed, 
FullyAssigned, Reserved, Aggregate.   
blockType 
The Block Type for the block. 
container 
The name of the container holding the block. 
createReverseDomains 
Whether or not to automatically create reverse DNS domain(s) for 
this block. Accepted values are true or false. If not specified, 
defaults to false. 
description 
The description of the block. 
domainType 
The domain type of the reverse DNS domain. 
interfaceAddress 
The specific address of the interface IP address. 
interfaceName 
If this block is in a device container, the name of the interface to 
which it’s attached. 
ipv6 
True if this is an IPV6 block. 
userDefinedFields 
A string array containing one or more name=value pairs, where the 
name is the UDF name and the value is the desired value, for 
example, State=PA. 
WSSubnetPolicy 
The portion of 
Exports.wsdl that describes WSSubnetPolicy, the second parameter 
structure passed to 
ImportChildBlock
 is shown below. The elements are described in 
the table that follows.  
<complexType name="WSSubnetPolicy"> 
<sequence> 
  <element name="DHCPOptionsSet" nillable="true" type="soapenc:string" />  
  <element name="DHCPPolicySet" nillable="true" type="soapenc:string" />  
  <element name="DNSServers" nillable="true" 
           type="impl:ArrayOf_soapenc_string" />  
  <element name="defaultGateway" nillable="true" type="soapenc:string" />  
  <element name="failoverDHCPServer" nillable="true" type="soapenc:string" />  
<element name="forwardDomainTypes" nillable="true" type="impl:ArrayOf_soapenc_string"/> 
  <element name="forwardDomains" nillable="true" 
           type="impl:ArrayOf_soapenc_string" />  
  <element name="primaryDHCPServer" nillable="true" type="soapenc:string" />  
  <element name="primaryWINSServer" nillable="true" type="soapenc:string" />  
<element name="reverseDomainTypes" nillable="true" type="impl:ArrayOf_soapenc_string"/> 
  <element name="reverseDomains" nillable="true" type="impl:ArrayOf_soapenc_string" />  
 </sequence> 
</complexType> 
Element 
Description and accepted values 
DHCPOptionsSet 
The name of a previously defined DHCP Options set. 
DHCPPolicySet 
The name of a previously defined DHCP policy set.