2.2.4.297 IPBlockDataFormatter
The IPBlockDataFormatter complex type extends the ipam:IpamObject and encapsulates the properties of an IP block that will be formatted.
-
<xs:complexType name="IPBlockDataFormatter"> <xs:complexContent mixed="false"> <xs:extension base="ipam:IpamObject"> <xs:sequence> <xs:element minOccurs="0" name="EndIP" nillable="true" type="sysnet:IPAddress" /> <xs:element minOccurs="0" name="NetworkId" nillable="true" type="sysnet:IPAddress" /> <xs:element minOccurs="0" name="PrefixLength" type="xsd:int" /> <xs:element minOccurs="0" name="StartIP" nillable="true" type="sysnet:IPAddress" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
EndIP: This specifies the end IP address of the IP block.
NetworkId: This specifies the NetworkId of the IP block.
PrefixLength: This specifies the prefix length of the IP block.
StartIP: This specifies the start IP address of the IP block.