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 DhcpExclusionRange complex type is used to specify the DHCP exclusion range.
-
<xs:complexType name="DhcpExclusionRange"> <xs:complexContent mixed="false"> <xs:extension base="ipam:BaseIpamObject"> <xs:sequence> <xs:element minOccurs="0" name="EndAddress" nillable="true" type="sysnet:IPAddress" /> <xs:element minOccurs="0" name="RecordId" type="xsd:long" /> <xs:element minOccurs="0" name="StartAddress" nillable="true" type="sysnet:IPAddress" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
EndAddress: The end address of the exclusion range.
RecordId: This specifies the unique identifier for the data in the IPAM data store.
StartAddress: The start address of the exclusion range.