Share via


2.2.4.317 IPv4Range

The IPv4Range complex type allows extending the attributes of IPRange complex type. This specifies the details of IPv4-specific address range details. The DefaultGateway, EndIPAddress, ExclusionRanges, StartIPAddress, SubnetId, and SubnetMask MUST be of address family type being InterNetwork.

 <xs:complexType name="IPv4Range">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IPRange">
       <xs:sequence>
         <xs:element minOccurs="0" name="WINSServers" nillable="true" type="serarr:ArrayOfstring" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

WINSServers:  Specifies the WINS servers for the IPv4 Range.